Files
oneuptime/CommonUI/src/Components/Dashboard/TopBar/MenuButton/MenuButton.scss
Simon Larsen 9aee8c98fa refactor css
2022-06-12 21:55:17 +01:00

9 lines
203 B
SCSS

@use '../../../../Styles/BrandColors.scss';
.dropdownButton > .button{
&:hover {
background: BrandColors.$color-black !important;
color: BrandColors.$color-white !important;
}
}