mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[improvement](webapp) optimize filter css styles and modify menu name
Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -297,10 +297,21 @@
|
||||
.@{filter-item-prefix-cls} {
|
||||
&-select-control {
|
||||
min-width: 120px;
|
||||
background-color: #f5f8fb;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.ant-select-selection-item {
|
||||
color: var(--chat-blue);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.ant-select-multiple .ant-select-selection-item {
|
||||
background-color: var(--light-blue-background);
|
||||
}
|
||||
|
||||
&-filter-value {
|
||||
color: var(--chat-blue);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user