Remove normalize.css's styling of search inputs

As discussed here: https://github.com/Jermolene/TiddlyWiki5/issues/4984#issuecomment-723169753
optimising-macrocalls
jeremy@jermolene.com 2020-11-06 16:24:05 +00:00
rodzic 4394b8e723
commit 22e25c05eb
2 zmienionych plików z 5 dodań i 0 usunięć

1
test.html 100644
Wyświetl plik

@ -0,0 +1 @@
<input value="Something"/>

Wyświetl plik

@ -53,6 +53,10 @@ $else$
-webkit-box-sizing: border-box;
}
input[type="search"] {
outline-offset: initial;
}
html button {
line-height: 1.2;
color: <<colour button-foreground>>;