From: Mark Otto Date: Wed, 20 Aug 2025 16:54:41 +0000 (-0700) Subject: Update _reboot.scss X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F41639%2Fhead;p=thirdparty%2Fbootstrap.git Update _reboot.scss --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a450833e15..524645fb02 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -535,9 +535,10 @@ legend { -webkit-appearance: textfield; // 1 outline-offset: -2px; // 2 - // 3. Better affordance for search cancel button + // 3. Better affordance and consistent appearance for search cancel button &::-webkit-search-cancel-button { cursor: pointer; + filter: grayscale(1); } }