fix 头部文字颜色

This commit is contained in:
2021-07-06 14:01:35 +08:00
parent f9fa168331
commit 78ac91bbdd
2 changed files with 10 additions and 0 deletions

View File

@@ -547,10 +547,13 @@
line-height: @layout-header-height - 16px;
height: @layout-header-height - 20px;
color: fade(@black, 35%);
.anticon {
color: fade(@black, 35%);
}
&:hover {
color: @icon-color-hover;
background-color: fade(@black, 5%);
.anticon {
color: @icon-color-hover;
@@ -596,10 +599,12 @@
}
.header-actions {
.header-action {
color: fade(@white, 60%);
.anticon {
color: fade(@white, 60%);
}
&:hover {
color: @white;
background-color: fade(@white, 20%);
.anticon {
color: @white;

View File

@@ -541,10 +541,13 @@
line-height: @layout-header-height - 16px;
height: @layout-header-height - 20px;
color: fade(@black, 35%);
.anticon {
color: fade(@black, 35%);
}
&:hover {
color: @icon-color-hover;
background-color: fade(@black, 5%);
.anticon {
color: @icon-color-hover;
@@ -590,10 +593,12 @@
}
.header-actions {
.header-action {
color: fade(@white, 60%);
.anticon {
color: fade(@white, 60%);
}
&:hover {
color: @white;
background-color: fade(@white, 20%);
.anticon {
color: @white;