Skip to content

Commit 3b431c9

Browse files
asynclizcopybara-github
authored andcommitted
fix(switch): gray overlay when disabled on Firefox v150
PiperOrigin-RevId: 906580755
1 parent aa9e51b commit 3b431c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

switch/internal/_switch.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
// Input is also touch target
7979
input {
8080
appearance: none;
81+
background: none; // Needed for Firefox v150+
8182
height: max(100%, map.get($tokens, 'touch-target-size'));
8283
outline: none;
8384
margin: 0;

0 commit comments

Comments
 (0)