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

🩹 fix: rename the pseudo css selector according to the mdn docs (#394)

Co-authored-by: Jann Marc Villablanca <31008330+jfvillablanca@users.noreply.github.com>
This commit is contained in:
neon_arch 2024-10-03 13:43:21 +03:00 committed by GitHub
parent cb246419df
commit 3d082bfa68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ button {
} }
.search_bar input::-webkit-search-results-button, .search_bar input::-webkit-search-results-button,
.search_bar input::webit::-webkit-search-cancel-button{ .search_bar input::-webkit-search-cancel-button{
display: none; display: none;
} }