Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Set cursor pointer on input search cancel button
  • Loading branch information
mdo committed Aug 5, 2025
commit b68015c08a436f93c0ba03d3334641e306336d03
5 changes: 5 additions & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,11 @@ legend {
[type="search"] {
-webkit-appearance: textfield; // 1
outline-offset: -2px; // 2

// 3. Better affordance for search cancel button
&::-webkit-search-cancel-button {
cursor: pointer;
}
}

// 1. A few input types should stay LTR
Expand Down