naive-ui/styles/themes/light/components/Dropdown.scss
2019-10-12 14:23:40 +08:00

6 lines
186 B
SCSS

@mixin setup-light-dropdown {
$--dropdown-menu-bg-color: #fff !global;
$--dropdown-item-hover-bg-color: #E8E8E8 !global;
$--dropdown-item-hover-font-color: $--primary-6 !global;
}