Commit 672356de by zhaochengxiang

修改样式

parent ade82ae3
...@@ -303,7 +303,7 @@ tr.drop-over-upward td { ...@@ -303,7 +303,7 @@ tr.drop-over-upward td {
.anticon { .anticon {
&.default { &.default {
svg { svg {
fill: @icon-color !important; fill: @icon-normal-color !important;
} }
&:hover { &:hover {
...@@ -328,7 +328,7 @@ tr.drop-over-upward td { ...@@ -328,7 +328,7 @@ tr.drop-over-upward td {
svg { svg {
&.icon { &.icon {
fill: @icon-color !important; fill: @icon-normal-color !important;
&:hover { &:hover {
fill: @icon-hover-color !important; fill: @icon-hover-color !important;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
@pm-3: 20px; @pm-3: 20px;
@scroll-height: 15px; @scroll-height: 15px;
@icon-color: #6F6F6F; @icon-normal-color: #6F6F6F;
@icon-hover-color: #196AD2; @icon-hover-color: #196AD2;
@icon-grey-color: #D5D5D5; @icon-grey-color: #D5D5D5;
@icon-disable-color: #bfbfbf; @icon-disable-color: #bfbfbf;
\ No newline at end of file
...@@ -2,20 +2,20 @@ ...@@ -2,20 +2,20 @@
.asset-directory { .asset-directory {
.more-container { // .more-container {
cursor: pointer; // cursor: pointer;
color: @icon-color; // color: @icon-normal-color;
.icon { // .icon {
fill: @icon-color !important; // fill: @icon-normal-color !important;
} // }
&:hover { // &:hover {
color: @icon-hover-color; // color: @icon-hover-color;
.icon { // .icon {
fill: @icon-hover-color !important; // 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