Skip to content

Commit b2f93b5

Browse files
devversionkara
authored andcommitted
fix(checkbox): set pointer cursor for checkbox (#4473)
Fixes #4185
1 parent d1d2e18 commit b2f93b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/checkbox/checkbox.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
192192
// Animation
193193
transition: background $swift-ease-out-duration $swift-ease-out-timing-function,
194194
mat-elevation-transition-property-value();
195-
}
196195

197-
.mat-checkbox-label {
198196
cursor: pointer;
199197
}
200198

0 commit comments

Comments
 (0)