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/bootstrap_migration.scss
parent953608acb76a08285e5f7ad4c9321437a53b51fc (diff)
Fix missing underline on focus states for anchor tags
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 5da0e672288..cf952f026f5 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -89,6 +89,11 @@ a {
color: $gl-link-color;
}
+a:not(.btn):focus,
+a:not(.btn):active {
+ text-decoration: underline;
+}
+
hr {
overflow: hidden;
}