diff --git a/app/assets/stylesheets/desktop/discourse.scss b/app/assets/stylesheets/desktop/discourse.scss index 1925931f2db..be62c64784a 100644 --- a/app/assets/stylesheets/desktop/discourse.scss +++ b/app/assets/stylesheets/desktop/discourse.scss @@ -13,8 +13,6 @@ body { min-width: $large-width; } - - .container { @extend .clearfix; max-width: $large-width; @@ -35,12 +33,8 @@ body { .full-width { width: $medium-width; } - - } -/**/ - @include small-width { body { @@ -50,7 +44,6 @@ body { .full-width { width: $small-width; } - } a.no-href { @@ -79,6 +72,12 @@ body { color: $tertiary_text_color; } } + + // tab focus in firefox + button:focus::-moz-focus-inner { + border: 1px dotted; + } + .coldmap-high { color: $coldmap-high !important; }