Adds padding to close icon in chromes search input.

This commit is contained in:
mateuswetah 2022-06-27 12:08:38 -03:00
parent eae54be89c
commit c427609e64
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,12 @@ input[type="week"].input {
font-size: 0.875em;
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 {