From 578bfe5f4eb8c8e1332fa4c78c133673a0fe7500 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 11 May 2017 07:29:59 +0200 Subject: [PATCH] fix(checkbox): set pointer cursor for checkbox * Adds the pointer cursor to the whole checkbox layout to also indicate that you can also click on the checkbox container and not only on the label. Fixes #4185 --- src/lib/checkbox/checkbox.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/checkbox/checkbox.scss b/src/lib/checkbox/checkbox.scss index 196cde2bd044..a22c08165d7d 100644 --- a/src/lib/checkbox/checkbox.scss +++ b/src/lib/checkbox/checkbox.scss @@ -192,9 +192,7 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default; // Animation transition: background $swift-ease-out-duration $swift-ease-out-timing-function, mat-elevation-transition-property-value(); -} -.mat-checkbox-label { cursor: pointer; }