Merge branch 'winh-repository-dropdown-style' into 'master'

Make dropdown style on repository page consistent

See merge request !13184
This commit is contained in:
Annabel Dunstone Gray 2017-07-31 18:50:34 +00:00
commit f3b21d5735
1 changed files with 22 additions and 0 deletions

View File

@ -202,6 +202,28 @@
}
}
}
// TODO: fallback to global style
.dropdown-menu:not(.dropdown-menu-selectable) {
li {
padding: 0 1px;
&.dropdown-header {
padding: 8px 16px;
}
a {
border-radius: 0;
padding: 8px 16px;
&:hover,
&:active,
&:focus {
background-color: $gray-darker;
}
}
}
}
}
.blob-commit-info {