mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix: dark site
This commit is contained in:
parent
dd86ae251c
commit
20328867f2
@ -46,7 +46,7 @@ ul.anticons-list {
|
||||
}
|
||||
}
|
||||
|
||||
&.twotone:hover {
|
||||
&.TwoTone:hover {
|
||||
background-color: #8ecafe;
|
||||
}
|
||||
|
||||
@ -85,7 +85,7 @@ ul.anticons-list {
|
||||
[data-theme='dark'] ul.anticons-list {
|
||||
li {
|
||||
color: #acacac;
|
||||
&.twotone:hover {
|
||||
&.TwoTone:hover {
|
||||
background-color: #15395b;
|
||||
}
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user