style: icon点击样式给主题色

This commit is contained in:
song_xiao_lin
2024-05-15 14:43:04 +08:00
committed by go0p
parent 0fddcc959c
commit 8d61a5f5e8
3 changed files with 19 additions and 6 deletions
+13 -1
View File
@@ -56,6 +56,18 @@
padding: 4px;
}
.icon-p svg {
color: #85899E;
}
.Contro-cont span.anticon:hover {
background: #F0F1F3;
}
}
.grey-icon svg {
color: #85899E;
}
.icon-active:active svg {
color: #F28B44;
}