mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
fix: icon, dropdown style
This commit is contained in:
parent
5a80917dca
commit
cc2b5ddca7
@ -111,6 +111,9 @@
|
||||
padding: 5px @control-padding-horizontal;
|
||||
color: @text-color;
|
||||
transition: all 0.3s;
|
||||
&:hover {
|
||||
color: @text-color;
|
||||
}
|
||||
}
|
||||
|
||||
&-selected,
|
||||
|
@ -88,5 +88,14 @@ ul.anticons-list {
|
||||
&.twotone:hover {
|
||||
background-color: #15395b;
|
||||
}
|
||||
&:hover {
|
||||
.anticon {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-theme='dark'] .copied-code {
|
||||
background: fade(@white, 8%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user