mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
17 lines
277 B
Plaintext
17 lines
277 B
Plaintext
@import '~antd/lib/menu/style/index';
|
|
|
|
.settings-screen {
|
|
.@{menu-prefix-cls} {
|
|
&-item > a:hover {
|
|
color: black !important;
|
|
}
|
|
|
|
&-item-selected {
|
|
color: black !important;
|
|
> a,
|
|
> a:hover {
|
|
color: black !important;
|
|
}
|
|
}
|
|
}
|
|
} |