fix: icon, dropdown style

This commit is contained in:
ycjcl868 2019-12-25 15:44:58 +08:00
parent 5a80917dca
commit cc2b5ddca7
2 changed files with 12 additions and 0 deletions

View File

@ -111,6 +111,9 @@
padding: 5px @control-padding-horizontal;
color: @text-color;
transition: all 0.3s;
&:hover {
color: @text-color;
}
}
&-selected,

View File

@ -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%);
}