diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/labels-badges.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/labels-badges.less b/less/labels-badges.less index 3ca0d6e20..5c8b1c25f 100644 --- a/less/labels-badges.less +++ b/less/labels-badges.less @@ -50,8 +50,8 @@ a { .label, .badge { // Important (red) - &-important { background-color: @errorText; } - &-important[href] { background-color: darken(@errorText, 10%); } + &-danger { background-color: @errorText; } + &-danger[href] { background-color: darken(@errorText, 10%); } // Warnings (orange) &-warning { background-color: @orange; } &-warning[href] { background-color: darken(@orange, 10%); } |
