Files
redash/client/app/components/SettingsWrapper.less
2019-10-31 17:56:50 -03:00

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;
}
}
}
}