Fix painting error with :hover filter overrides

This commit is contained in:
Carter
2024-01-23 16:45:43 -08:00
parent b888d65ad6
commit a48186fa63

View File

@@ -1,5 +1,12 @@
// Quick snippets stolen from knossos project to make omorphia components fit
.btn,
.button-base,
a {
// filter will change
will-change: filter;
}
.iconified-input {
align-items: center;
display: inline-flex;