User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Installation |
Labels |
Added:
?
|
Indeed, at this place it makes no difference, as the background here also is white and probably will not be changed. So thank you - I will test this asap.
Actually lines 281-283 can be removed since the same class definition is defined starting at line 3420 in the generated template.css
.
.badge-warning {
color: #fff;
background-color: #b35900; }
a.badge-warning:hover, a.badge-warning:focus {
color: #fff;
background-color: #804000; }
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(179, 89, 0, 0.5); }
Actually lines 281-283 can be removed since the same class definition is defined starting at line 3420 in the generated
template.css
..badge-warning { color: #fff; background-color: #b35900; } a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #804000; } a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(179, 89, 0, 0.5); }
Done
I have tested this item
I have tested this item
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-21 12:58:53 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
@bahl24 good idea! But it is better not to use a color definition. Could you use the scss variable white instead?