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, 9 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 82dc1acbd01..fe03c040e68 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -104,6 +104,14 @@
padding: 0 10px;
}
+ .is-focused {
+ a {
+ background-color: $dropdown-link-hover-bg;
+ text-decoration: none;
+ outline: 0;
+ }
+ }
+
.divider {
height: 1px;
margin: 8px 10px;
@@ -132,8 +140,7 @@
overflow: hidden;
&:hover,
- &:focus,
- &.is-focused {
+ &:focus {
background-color: $dropdown-link-hover-bg;
text-decoration: none;
outline: 0;