Fix pillbar button colors (#2639)

master^2
Claire 2024-02-21 19:30:54 +01:00 committed by GitHub
parent 154a3119fb
commit 604c93332f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;