summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-12-01 14:45:48 -0800
committertauriedavis <taurie@gitlab.com>2016-12-14 12:14:20 -0800
commitb3bd9abceaaccafe0462220ffe4bf611c784e5c0 (patch)
tree20caa857302e0bab1da743da10d5bdd13f342db9 /app/assets/stylesheets
parent6910bf29b6a93aaf65ae5fa3261da6df2d03ec44 (diff)
downloadgitlab-ce-b3bd9abceaaccafe0462220ffe4bf611c784e5c0.tar.gz
24824 Add focus state to dropdowns24824-dropdown-items-focus
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index d5914b900e2..b1422944926 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -188,7 +188,6 @@
&.is-focused {
background-color: $dropdown-link-hover-bg;
text-decoration: none;
- outline: 0;
}
&.dropdown-menu-empty-link {