Skip to content

Commit a696121

Browse files
author
pennin
committed
fix: Set touch target to display: none
1 parent cf84a27 commit a696121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

radio/internal/_radio.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ $_md-sys-motion: tokens.md-sys-motion-values();
9696
}
9797

9898
:host([touch-target='none']) .touch-target {
99-
width: 100%;
100-
height: 100%;
99+
display: none;
101100
}
102101

103102
md-ripple {

0 commit comments

Comments
 (0)