From 22e25c05eb5e5cc5b670a362d1eead1d62dedbb9 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 6 Nov 2020 16:24:05 +0000 Subject: [PATCH] Remove normalize.css's styling of search inputs As discussed here: https://github.com/Jermolene/TiddlyWiki5/issues/4984#issuecomment-723169753 --- test.html | 1 + themes/tiddlywiki/vanilla/base.tid | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 test.html diff --git a/test.html b/test.html new file mode 100644 index 000000000..fb9bea3a5 --- /dev/null +++ b/test.html @@ -0,0 +1 @@ + diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index d8093d8b3..b6fe7b94c 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -53,6 +53,10 @@ $else$ -webkit-box-sizing: border-box; } +input[type="search"] { + outline-offset: initial; +} + html button { line-height: 1.2; color: <>;