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:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-19 18:31:58 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-06-19 18:31:58 +0300
commit80044bdad09cfa09f89e4e45b49fc0abb19a6c84 (patch)
tree41fc3360c0ce6abb5f17acbaf496d26e2a647471 /app/assets/stylesheets/bootstrap_migration.scss
parentabdbe370a0cdef03ccb9d5be923436ba513b956c (diff)
parent37bd3d44c6c985fc6e2a61488aadd31b01f36eb0 (diff)
Merge branch 'jivl-fix-focused-links-missing-underline' into 'master'
Fix missing underline on focus states for anchor tags Closes #47748 See merge request gitlab-org/gitlab-ce!19873
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 0d8e867f41d..e6303ad4642 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;
}