Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/material/radio/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ $ripple-radius: 20px;
width: 100%;
height: 100%;
cursor: inherit;

// Puts the input behind the circle while keeping it visible so that
// it allows `click` events to propagate up to the `label` wrapper.
z-index: -1;
}

@include a11y.high-contrast(active, off) {
Expand Down