mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
@import "ui-variables";
|
|
@import "ui-mixins";
|
|
@import "octicon-mixins";
|
|
|
|
.dropdown-menu {
|
|
background-color: @overlay-background-color;
|
|
border-radius: @component-border-radius;
|
|
padding: 0;
|
|
|
|
> li > a {
|
|
.text(normal);
|
|
}
|
|
|
|
> li > a:hover {
|
|
.text(highlight);
|
|
background-color: @background-color-highlight;
|
|
}
|
|
}
|