docs: 📝 fix edit button color again

This commit is contained in:
afc163 2020-08-10 16:34:11 +08:00
parent 2d9448c1b6
commit c18737698b
3 changed files with 8 additions and 6 deletions

View File

@ -74,7 +74,7 @@
color: @site-text-color-secondary;
&:hover {
color: @icon-color-hover;
color: @site-text-color;
}
}
}

View File

@ -103,9 +103,10 @@
transform: scale(0.9);
.anticon {
color: @icon-color;
color: @site-text-color-secondary;
transition: all 0.3s;
&:hover {
color: @icon-color-hover;
color: @site-text-color;
}
}
@ -270,7 +271,7 @@
}
&:hover {
color: @icon-color-hover;
color: @site-text-color;
}
}

View File

@ -227,12 +227,13 @@
}
.anticon {
color: @site-text-color-secondary;
display: block;
color: @site-text-color-secondary;
font-size: 16px;
transition: all 0.3s;
&:hover {
color: @primary-color;
color: @site-text-color;
}
}
}