Skip to content

Commit 77d5150

Browse files
committed
fix ci
1 parent ed16517 commit 77d5150

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
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
}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
@forward 'list-option-theme' as mat-mdc-*;
21
@forward 'list-theme' as mat-mdc-list-*;
3-
4-
@import './list-option-theme';

0 commit comments

Comments
 (0)