From 82a22a71d02d3f9d69c975e5fd467463af993c87 Mon Sep 17 00:00:00 2001 From: Travis Kaufman Date: Tue, 5 Apr 2016 11:11:24 -0400 Subject: [PATCH] fix(checkbox): Remove GPU layer promotion for mark elements This commit removes the CSS that promotes checkmarks to the GPU layer, due to an issue in Chrome which makes transitions appear incorrect when the promotions are applied. --- src/components/checkbox/checkbox.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/checkbox/checkbox.scss b/src/components/checkbox/checkbox.scss index 1219b183c747..bead2ca8f351 100644 --- a/src/components/checkbox/checkbox.scss +++ b/src/components/checkbox/checkbox.scss @@ -202,9 +202,7 @@ $_md-checkbox-indeterminate-checked-easing-function: cubic-bezier(0.14, 0, 0, 1) */ %md-checkbox-mark { $width-padding-inset: 2 * $md-checkbox-border-width; - width: calc(100% - #{$width-padding-inset}); - will-change: opacity, transform; } /**