diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 5e1665c358..524645fb02 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -534,6 +534,12 @@ legend { [type="search"] { -webkit-appearance: textfield; // 1 outline-offset: -2px; // 2 + + // 3. Better affordance and consistent appearance for search cancel button + &::-webkit-search-cancel-button { + cursor: pointer; + filter: grayscale(1); + } } // 1. A few input types should stay LTR