feat: add @upload-actions-color

This commit is contained in:
ycjcl868 2019-11-27 12:39:30 +08:00 committed by GitHub Action
parent 90cca72327
commit aedea846fc
2 changed files with 5 additions and 1 deletions

View File

@ -706,3 +706,7 @@
@typography-title-font-weight: 600;
@typography-title-margin-top: 1.2em;
@typography-title-margin-bottom: 0.5em;
// Upload
// ---
@upload-actions-color: @text-color-secondary;

View File

@ -179,7 +179,7 @@
}
.anticon {
padding-right: 5px;
color: rgba(0, 0, 0, 0.45);
color: @upload-actions-color;
}
}