Commit d649c177e38f50ece1c1b96bc211c1fbe8161849
1 parent
78fc1e14
udpate
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/styles/components/tag.less
| ... | ... | @@ -30,19 +30,19 @@ |
| 30 | 30 | &-color{ |
| 31 | 31 | &-red{ |
| 32 | 32 | color: @error-color !important; |
| 33 | - border-color: @error-color !important; | |
| 33 | + border-color: @error-color; | |
| 34 | 34 | } |
| 35 | 35 | &-green{ |
| 36 | 36 | color: @success-color !important; |
| 37 | - border-color: @success-color !important; | |
| 37 | + border-color: @success-color; | |
| 38 | 38 | } |
| 39 | 39 | &-blue{ |
| 40 | 40 | color: @link-color !important; |
| 41 | - border-color: @link-color !important; | |
| 41 | + border-color: @link-color; | |
| 42 | 42 | } |
| 43 | 43 | &-yellow{ |
| 44 | 44 | color: @warning-color !important; |
| 45 | - border-color: @warning-color !important; | |
| 45 | + border-color: @warning-color; | |
| 46 | 46 | } |
| 47 | 47 | &-white{ |
| 48 | 48 | color: rgb(255, 255, 255) !important; | ... | ... |