Commit f3b21d57 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Make dropdown style on repository page consistent

See merge request !13184
parents 290045ad 8bcfdebf
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment