style: add @badge-count-background (#26043)

This commit is contained in:
Daryl Roberts 2020-08-10 05:16:00 +02:00 committed by GitHub
parent 4da2260342
commit cdb8a5bcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
line-height: @badge-height;
white-space: nowrap;
text-align: center;
background: @highlight-color;
background: @badge-count-background;
border-radius: @badge-height / 2;
box-shadow: 0 0 0 1px @shadow-color-inverse;
a,

View File

@ -656,6 +656,7 @@
@badge-font-weight: normal;
@badge-status-size: 6px;
@badge-text-color: @component-background;
@badge-count-background: @highlight-color;
// Rate
// ---