From: Mark Otto Date: Wed, 20 Aug 2025 18:13:33 +0000 (-0700) Subject: Set cursor pointer on input search cancel button (#41639) X-Git-Tag: v5.3.8~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47c75b8492126df83f6ae04964669cff739beafe;p=thirdparty%2Fbootstrap.git Set cursor pointer on input search cancel button (#41639) * Set cursor pointer on input search cancel button * Update _reboot.scss --- 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