summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-31 18:23:25 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-31 18:23:25 +0000
commitb60014c714471f786cd339c19c9aa504be656f68 (patch)
tree87a1e92f86b0e1cd429e034f30f8d01d12c3ec43
parentdbadf5a57660bea6edf38597af17a32094d5fe1f (diff)
parent8961b7ec602d583c00b2df4c310092a2472a0ee2 (diff)
downloadgitlab-ce-b60014c714471f786cd339c19c9aa504be656f68.tar.gz
Merge branch 'winh-user-dropdown-style' into 'master'
Make header dropdown styles consistent See merge request !13106
-rw-r--r--app/assets/stylesheets/framework/header.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index df847094864..1c4238bc564 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -313,6 +313,25 @@ header {
.impersonation i {
color: $red-500;
}
+
+ // TODO: fallback to global style
+ .dropdown-menu,
+ .dropdown-menu-nav {
+ li {
+ padding: 0 1px;
+
+ a {
+ border-radius: 0;
+ padding: 8px 16px;
+
+ &:hover,
+ &:active,
+ &:focus {
+ background-color: $gray-darker;
+ }
+ }
+ }
+ }
}
.with-performance-bar header.navbar-gitlab {