ui: Re-adds gray backgrounds to old style %pills (#8251)

This commit is contained in:
John Cowen 2020-07-07 19:03:15 +01:00 committed by GitHub
parent f51f12f477
commit 088e1d5693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
@extend %with-tooltip; @extend %with-tooltip;
} }
%route-card > header ul li { %route-card > header ul li {
@extend %pill; @extend %pill, %frame-gray-900;
} }
%discovery-chain-tween { %discovery-chain-tween {
transition-duration: 0.1s; transition-duration: 0.1s;

View File

@ -1,5 +1,5 @@
td strong { td strong {
@extend %pill; @extend %pill, %frame-gray-900;
margin-right: 3px; margin-right: 3px;
} }