mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): cleanup filter input css classes
This commit is contained in:
@@ -11,9 +11,12 @@
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.badge.components-filteredinputlabel > .badge {
|
||||
.badge.components-filteredinputlabel > .badge,
|
||||
.badge.components-filteredinputlabel > svg {
|
||||
/* match outer badge font size */
|
||||
font-size: 90%;
|
||||
line-height: 100%;
|
||||
padding-bottom: 0.1em;
|
||||
|
||||
/* we have badge inside a badge, make the inner one a little brighter
|
||||
in case both use same color classes */
|
||||
|
||||
Reference in New Issue
Block a user