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