Skip to content

Commit

Permalink
Fix pseudo-element selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuvski committed Mar 26, 2024
1 parent d516544 commit 9569e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ body {
* Hidden search clear button
* @see {https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-search-cancel-button}
*/
:where(::-webkit-search-cancel-button) {
::-webkit-search-cancel-button {
appearance: none;
}

/*
* Font size is different on Safari(iOS)
*/
:where(::-webkit-file-upload-button) {
::-webkit-file-upload-button {
font-size: inherit;
}

Expand Down

0 comments on commit 9569e80

Please sign in to comment.