fix(ui): reset filter input badge top offset

This commit is contained in:
Łukasz Mierzwa
2019-06-17 20:11:45 +01:00
parent a78d54c3d4
commit f4528721f3

View File

@@ -21,6 +21,10 @@
/* we have badge inside a badge, make the inner one a little brighter
in case both use same color classes */
filter: brightness(115%);
/* there's "top: -1px" on ".btn .badge"
which moves the badge a bit to high, reset it */
top: 0;
}
button.btn.components-filteredinputlabel {