0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

feat: disable unstable webkit search and clear button (#394)

This commit is contained in:
neon_arch 2024-09-29 21:50:19 +03:00
parent fdd37f4d4e
commit a6434471b8

View File

@ -73,6 +73,11 @@ button {
font-size: 1.6rem;
}
.search_bar input::-webkit-search-results-button,
.search_bar input::webit::-webkit-search-cancel-button{
display: none;
}
.search_bar input:focus {
outline: 2px solid var(--foreground-color);
}