diff options
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 33c53a2bdd1..7f5583c917a 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -378,18 +378,17 @@ table { .hide-bottom-border { border-bottom: none !important; } .gl-accessibility { - - &:focus { - top: 1px; - left: 1px; - width: auto; - height: 100%; - line-height: 50px; - padding: 0 10px; - clip: auto; - text-decoration: none; - color: $gl-title-color; - background: $gray-light; - z-index: 1; - } + &:focus { + top: 1px; + left: 1px; + width: auto; + height: 100%; + line-height: 50px; + padding: 0 10px; + clip: auto; + text-decoration: none; + color: $gl-title-color; + background: $gray-light; + z-index: 1; + } } |