ui: Re-adds gray backgrounds to old style %pills (#8251)
This commit is contained in:
parent
f51f12f477
commit
088e1d5693
|
@ -8,7 +8,7 @@
|
|||
@extend %with-tooltip;
|
||||
}
|
||||
%route-card > header ul li {
|
||||
@extend %pill;
|
||||
@extend %pill, %frame-gray-900;
|
||||
}
|
||||
%discovery-chain-tween {
|
||||
transition-duration: 0.1s;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
td strong {
|
||||
@extend %pill;
|
||||
@extend %pill, %frame-gray-900;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue