Adds padding to close icon in chromes search input.
This commit is contained in:
parent
eae54be89c
commit
c427609e64
|
@ -68,6 +68,12 @@ input[type="week"].input {
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
color: var(--tainacan-info-color) !important;
|
color: var(--tainacan-info-color) !important;
|
||||||
}
|
}
|
||||||
|
&[type="search"]::-webkit-search-decoration,
|
||||||
|
&[type="search"]::-webkit-search-cancel-button,
|
||||||
|
&[type="search"]::-webkit-search-results-button,
|
||||||
|
&[type="search"]::-webkit-search-results-decoration {
|
||||||
|
padding-left: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
textarea.textarea,
|
textarea.textarea,
|
||||||
.textarea {
|
.textarea {
|
||||||
|
|
Loading…
Reference in New Issue