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,19 +30,19 @@ | ||
| 30 | &-color{ | 30 | &-color{ |
| 31 | &-red{ | 31 | &-red{ |
| 32 | color: @error-color !important; | 32 | color: @error-color !important; |
| 33 | - border-color: @error-color !important; | 33 | + border-color: @error-color; |
| 34 | } | 34 | } |
| 35 | &-green{ | 35 | &-green{ |
| 36 | color: @success-color !important; | 36 | color: @success-color !important; |
| 37 | - border-color: @success-color !important; | 37 | + border-color: @success-color; |
| 38 | } | 38 | } |
| 39 | &-blue{ | 39 | &-blue{ |
| 40 | color: @link-color !important; | 40 | color: @link-color !important; |
| 41 | - border-color: @link-color !important; | 41 | + border-color: @link-color; |
| 42 | } | 42 | } |
| 43 | &-yellow{ | 43 | &-yellow{ |
| 44 | color: @warning-color !important; | 44 | color: @warning-color !important; |
| 45 | - border-color: @warning-color !important; | 45 | + border-color: @warning-color; |
| 46 | } | 46 | } |
| 47 | &-white{ | 47 | &-white{ |
| 48 | color: rgb(255, 255, 255) !important; | 48 | color: rgb(255, 255, 255) !important; |