mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
cbb82b1dcc
This prevents the bright blue pill color in dark-ui and instead mirrors the active tab color.
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
@import "ui-variables";
|
|
|
|
.nav {
|
|
> li > a {
|
|
border-radius: @component-border-radius;
|
|
}
|
|
> li > a:hover {
|
|
background-color: @background-color-highlight;
|
|
}
|
|
|
|
&.nav-pills > li.active > a {
|
|
background-color: @background-color-selected;
|
|
}
|
|
}
|