From e66aab7d04bc3c5a91292ecc0c32d4ee6b717b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 10 Oct 2022 00:09:57 +0200 Subject: [PATCH] Remove obsolete CSS for the help page This code isn't used since commit d679c1eb7. --- app/assets/stylesheets/layout.scss | 46 ------------------------------ 1 file changed, 46 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 9ca78ef7f..6e57f0de5 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -11,7 +11,6 @@ // 10. Official levels // 11. Tables // 12. Social -// 13. Pages // 14. Verification // 15. Comments // 16. Flags @@ -1628,51 +1627,6 @@ table { } } -// 13. Pages -// --------- - -.help { - - li { - border-bottom: 1px solid $border; - font-weight: bold; - margin-left: rem-calc(-12); - position: relative; - - span { - color: $text; - display: inline-block; - font-weight: normal; - } - - &::after { - content: none; - color: $text-medium; - font-family: "icons" !important; - position: absolute; - right: 0; - top: 24px; - - @include breakpoint(medium) { - content: "c"; - } - } - } - - a { - display: block; - padding: $line-height / 2; - } - - a:hover { - background: $highlight; - - span { - text-decoration: none; - } - } -} - // 14. Verification // ----------------