naive-ui/styles/themes/light/components/Dropdown.scss
2019-10-08 18:01:39 +08:00

6 lines
184 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;
}