Fix pillbar button colors (#2639)
parent
154a3119fb
commit
604c93332f
|
@ -4185,7 +4185,7 @@ a.status-card {
|
|||
margin: 0;
|
||||
font-size: inherit;
|
||||
flex: auto;
|
||||
background-color: $ui-base-color;
|
||||
background-color: lighten($ui-base-color, 8%);
|
||||
transition: all 0.2s ease;
|
||||
transition-property: background-color, box-shadow;
|
||||
|
||||
|
|
Loading…
Reference in New Issue