fix 头部文字颜色
This commit is contained in:
@@ -547,10 +547,13 @@
|
|||||||
line-height: @layout-header-height - 16px;
|
line-height: @layout-header-height - 16px;
|
||||||
|
|
||||||
height: @layout-header-height - 20px;
|
height: @layout-header-height - 20px;
|
||||||
|
|
||||||
|
color: fade(@black, 35%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: fade(@black, 35%);
|
color: fade(@black, 35%);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
color: @icon-color-hover;
|
||||||
background-color: fade(@black, 5%);
|
background-color: fade(@black, 5%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: @icon-color-hover;
|
color: @icon-color-hover;
|
||||||
@@ -596,10 +599,12 @@
|
|||||||
}
|
}
|
||||||
.header-actions {
|
.header-actions {
|
||||||
.header-action {
|
.header-action {
|
||||||
|
color: fade(@white, 60%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: fade(@white, 60%);
|
color: fade(@white, 60%);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
color: @white;
|
||||||
background-color: fade(@white, 20%);
|
background-color: fade(@white, 20%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: @white;
|
color: @white;
|
||||||
|
|||||||
@@ -541,10 +541,13 @@
|
|||||||
line-height: @layout-header-height - 16px;
|
line-height: @layout-header-height - 16px;
|
||||||
|
|
||||||
height: @layout-header-height - 20px;
|
height: @layout-header-height - 20px;
|
||||||
|
|
||||||
|
color: fade(@black, 35%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: fade(@black, 35%);
|
color: fade(@black, 35%);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
color: @icon-color-hover;
|
||||||
background-color: fade(@black, 5%);
|
background-color: fade(@black, 5%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: @icon-color-hover;
|
color: @icon-color-hover;
|
||||||
@@ -590,10 +593,12 @@
|
|||||||
}
|
}
|
||||||
.header-actions {
|
.header-actions {
|
||||||
.header-action {
|
.header-action {
|
||||||
|
color: fade(@white, 60%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: fade(@white, 60%);
|
color: fade(@white, 60%);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
color: @white;
|
||||||
background-color: fade(@white, 20%);
|
background-color: fade(@white, 20%);
|
||||||
.anticon {
|
.anticon {
|
||||||
color: @white;
|
color: @white;
|
||||||
|
|||||||
Reference in New Issue
Block a user