]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update _reboot.scss 41639/head
authorMark Otto <markd.otto@gmail.com>
Wed, 20 Aug 2025 16:54:41 +0000 (09:54 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Aug 2025 16:54:41 +0000 (09:54 -0700)
scss/_reboot.scss

index a450833e155e15d39c6d1d883f45487579c66a33..524645fb02fc05261916b54c0baaa5bc4a1f8fb8 100644 (file)
@@ -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);
   }
 }