summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-17 15:07:13 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-17 15:07:13 -0700
commit6db289ab137f8c5d8c07599a77d1fe5bca18eb61 (patch)
tree04310b3491b7a216e1ab7927bdcae9deab6c2459
parent4edc0f19b08febc54635ecadfd73e348b08a2320 (diff)
downloadgitlab-ce-24057-a11y-content-shortcut.tar.gz
-rw-r--r--app/assets/stylesheets/framework/common.scss27
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;
+ }
}