Skip to content
Snippets Groups Projects
Commit 8bcfdebf authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make dropdown style on repository page consistent

parent 99818145
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment