summaryrefslogtreecommitdiff
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
parent6910bf29b6a93aaf65ae5fa3261da6df2d03ec44 (diff)
downloadgitlab-ce-b3bd9abceaaccafe0462220ffe4bf611c784e5c0.tar.gz
24824 Add focus state to dropdowns24824-dropdown-items-focus
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
-rw-r--r--changelogs/unreleased/24824-dropdown-items-focus.yml4
2 files changed, 4 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 {
diff --git a/changelogs/unreleased/24824-dropdown-items-focus.yml b/changelogs/unreleased/24824-dropdown-items-focus.yml
new file mode 100644
index 00000000000..66970c2a9a5
--- /dev/null
+++ b/changelogs/unreleased/24824-dropdown-items-focus.yml
@@ -0,0 +1,4 @@
+---
+title: Add focus state to dropdown items
+merge_request:
+author: