Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-14 23:30:40 +0300
committerJose <jvargas@gitlab.com>2018-06-15 23:30:02 +0300
commit37bd3d44c6c985fc6e2a61488aadd31b01f36eb0 (patch)
treeac6aea21e13e32edd68df7ac864aa044e43fc559 /app/assets/stylesheets/framework/contextual_sidebar.scss
parent953608acb76a08285e5f7ad4c9321437a53b51fc (diff)
Fix missing underline on focus states for anchor tags
Diffstat (limited to 'app/assets/stylesheets/framework/contextual_sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/contextual_sidebar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/contextual_sidebar.scss b/app/assets/stylesheets/framework/contextual_sidebar.scss
index 9cbaaa5dc8d..cccd1a6d942 100644
--- a/app/assets/stylesheets/framework/contextual_sidebar.scss
+++ b/app/assets/stylesheets/framework/contextual_sidebar.scss
@@ -193,6 +193,7 @@
&:focus {
background: $link-active-background;
color: $gl-text-color;
+ text-decoration: none;
}
}