fix(ui): cleanup filter input css classes

This commit is contained in:
Łukasz Mierzwa
2019-03-26 21:32:48 -07:00
parent e8d5715e04
commit 7bd9cc641a

View File

@@ -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 */