summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-20 14:55:58 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-06-20 14:55:58 +0000
commit14098af372a7bd1cc3d5a99bcd698120efa36ae5 (patch)
tree55b175825d092000a983537fe48e40855c316d9f
parentabc6be62a06349f395da0b33e814512ef15c06fb (diff)
downloadgitlab-ce-14098af372a7bd1cc3d5a99bcd698120efa36ae5.tar.gz
Revert "Merge branch 'jivl-fix-focused-links-missing-underline' into 'master'"
This reverts merge request !19873
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
-rw-r--r--app/assets/stylesheets/framework/contextual_sidebar.scss1
2 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e6303ad4642..0d8e867f41d 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -89,11 +89,6 @@ a {
color: $gl-link-color;
}
-a:not(.btn):focus,
-a:not(.btn):active {
- text-decoration: underline;
-}
-
hr {
overflow: hidden;
}
diff --git a/app/assets/stylesheets/framework/contextual_sidebar.scss b/app/assets/stylesheets/framework/contextual_sidebar.scss
index cccd1a6d942..9cbaaa5dc8d 100644
--- a/app/assets/stylesheets/framework/contextual_sidebar.scss
+++ b/app/assets/stylesheets/framework/contextual_sidebar.scss
@@ -193,7 +193,6 @@
&:focus {
background: $link-active-background;
color: $gl-text-color;
- text-decoration: none;
}
}