mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 09:13:38 -08: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:
parent
4394b8e723
commit
22e25c05eb
2 changed files with 5 additions and 0 deletions
1
test.html
Normal file
1
test.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<input value="Something"/>
|
||||
|
|
@ -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>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue