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:
authorClement Ho <clemmakesapps@gmail.com>2018-06-20 17:55:58 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-20 17:55:58 +0300
commit14098af372a7bd1cc3d5a99bcd698120efa36ae5 (patch)
tree55b175825d092000a983537fe48e40855c316d9f /app/assets/stylesheets/bootstrap_migration.scss
parentabc6be62a06349f395da0b33e814512ef15c06fb (diff)
Revert "Merge branch 'jivl-fix-focused-links-missing-underline' into 'master'"
This reverts merge request !19873
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 0 insertions, 5 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;
}