1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 14:18:21 +00:00

Remove normalize.css's styling of search inputs

As discussed here: https://github.com/Jermolene/TiddlyWiki5/issues/4984#issuecomment-723169753
This commit is contained in:
jeremy@jermolene.com 2020-11-06 16:24:05 +00:00
parent 4394b8e723
commit 22e25c05eb
2 changed files with 5 additions and 0 deletions

1
test.html Normal file
View File

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

View File

@ -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>>;