We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff93d3 commit e849bfdCopy full SHA for e849bfd
.changeset/khaki-ghosts-ask.md
@@ -0,0 +1,5 @@
1
+---
2
+"r.obin.ch": patch
3
4
+
5
+Hide search cancel button when not focused
src/layouts/DefaultLayout.css
@@ -160,6 +160,10 @@ body > header {
160
outline: none;
161
}
162
163
+ input:not(:focus)::-webkit-search-cancel-button {
164
+ display: none;
165
+ }
166
167
input::-webkit-search-cancel-button {
168
-webkit-appearance: none;
169
appearance: none;
0 commit comments