Skip to content

Commit 2f3019c

Browse files
committed
fix lint
1 parent ed16517 commit 2f3019c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/material/checkbox/_checkbox-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use 'sass:map';
2-
@use 'sass:color';
32
@use '@material/checkbox/checkbox-theme' as mdc-checkbox-theme;
43
@use '@material/form-field' as mdc-form-field;
54
@use '../core/theming/theming';

src/material/checkbox/checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
}
199199

200-
// Apply base styles to the MDC ripple to adjust appearance for state changes (hover, focus, press)
200+
// Apply base styles to the MDC ripple when not hovered, focused, or pressed.
201201
.mdc-checkbox__ripple {
202202
opacity: 0;
203203
}

0 commit comments

Comments
 (0)