Merge pull request #15515 from easyops-cn/add-select-dropdown-menu-item-selected-font-weight

refactor: add @select-item-selected-font-weight
This commit is contained in:
偏右 2019-03-19 18:38:01 +08:00 committed by GitHub
commit f5f81820cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -530,7 +530,7 @@
&,
&:hover {
color: @text-color;
font-weight: 600;
font-weight: @select-item-selected-font-weight;
background-color: @background-color-light;
}
}

View File

@ -304,6 +304,7 @@
// Select
// ---
@select-border-color: @border-color-base;
@select-item-selected-font-weight: 600;
// Tooltip
// ---