summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss11
1 files changed, 2 insertions, 9 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index fe03c040e68..82dc1acbd01 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -104,14 +104,6 @@
padding: 0 10px;
}
- .is-focused {
- a {
- background-color: $dropdown-link-hover-bg;
- text-decoration: none;
- outline: 0;
- }
- }
-
.divider {
height: 1px;
margin: 8px 10px;
@@ -140,7 +132,8 @@
overflow: hidden;
&:hover,
- &:focus {
+ &:focus,
+ &.is-focused {
background-color: $dropdown-link-hover-bg;
text-decoration: none;
outline: 0;