Commit 672356de by zhaochengxiang

修改样式

parent ade82ae3
......@@ -303,7 +303,7 @@ tr.drop-over-upward td {
.anticon {
&.default {
svg {
fill: @icon-color !important;
fill: @icon-normal-color !important;
}
&:hover {
......@@ -328,7 +328,7 @@ tr.drop-over-upward td {
svg {
&.icon {
fill: @icon-color !important;
fill: @icon-normal-color !important;
&:hover {
fill: @icon-hover-color !important;
......
......@@ -4,7 +4,7 @@
@pm-3: 20px;
@scroll-height: 15px;
@icon-color: #6F6F6F;
@icon-normal-color: #6F6F6F;
@icon-hover-color: #196AD2;
@icon-grey-color: #D5D5D5;
@icon-disable-color: #bfbfbf;
\ No newline at end of file
......@@ -2,20 +2,20 @@
.asset-directory {
.more-container {
cursor: pointer;
color: @icon-color;
// .more-container {
// cursor: pointer;
// color: @icon-normal-color;
.icon {
fill: @icon-color !important;
}
// .icon {
// fill: @icon-normal-color !important;
// }
&:hover {
color: @icon-hover-color;
// &:hover {
// color: @icon-hover-color;
.icon {
fill: @icon-hover-color !important;
}
}
}
// .icon {
// fill: @icon-hover-color !important;
// }
// }
// }
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment