mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +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:
parent
4394b8e723
commit
22e25c05eb
@ -53,6 +53,10 @@ $else$
|
|||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="search"] {
|
||||||
|
outline-offset: initial;
|
||||||
|
}
|
||||||
|
|
||||||
html button {
|
html button {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
color: <<colour button-foreground>>;
|
color: <<colour button-foreground>>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user