naive-ui/styles/themes/light/components/Dropdown.scss

6 lines
186 B
SCSS
Raw Normal View History

2019-10-08 18:01:39 +08:00
@mixin setup-light-dropdown {
$--dropdown-menu-bg-color: #fff !global;
$--dropdown-item-hover-bg-color: #E8E8E8 !global;
2019-10-12 14:23:40 +08:00
$--dropdown-item-hover-font-color: $--primary-6 !global;
2019-10-08 18:01:39 +08:00
}