summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-07 15:37:35 +0000
committerPhil Hughes <me@iamphill.com>2016-03-10 13:54:54 +0000
commit4407532911c2fb4841cc51f9779ef51ccb6de099 (patch)
tree0e1aef05b697a05757e513fbbf5cadf84c4fc02c /app/assets/stylesheets/framework/dropdowns.scss
parent198926dc7f1bf539862ead04e1e3ebb9d5b9de31 (diff)
downloadgitlab-ce-4407532911c2fb4841cc51f9779ef51ccb6de099.tar.gz
GitLab dropdown JS
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index e5e1c8310ed..1ef9d001ed4 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -117,9 +117,12 @@
white-space: nowrap;
overflow: hidden;
- &:hover {
+ &:hover,
+ &:focus,
+ &.is-focused {
background-color: $dropdown-link-hover-bg;
text-decoration: none;
+ outline: 0;
}
}
}