From 778d5c0fd364ac9d196e3189018b1236d414a9f5 Mon Sep 17 00:00:00 2001 From: John Leider Date: Sun, 21 May 2017 14:25:35 -0400 Subject: [PATCH] bug fix for background ripple --- src/stylus/components/_selection-controls.styl | 2 +- src/stylus/tools/_selection-controls.styl | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/stylus/components/_selection-controls.styl b/src/stylus/components/_selection-controls.styl index 30d1512ccae..1eea87c0769 100755 --- a/src/stylus/components/_selection-controls.styl +++ b/src/stylus/components/_selection-controls.styl @@ -156,5 +156,5 @@ &.info--text &.warning--text &.error--text - .icon + .icon, .input-group--selection-controls__ripple color: currentColor !important diff --git a/src/stylus/tools/_selection-controls.styl b/src/stylus/tools/_selection-controls.styl index c246b795c81..c2744fc0570 100755 --- a/src/stylus/tools/_selection-controls.styl +++ b/src/stylus/tools/_selection-controls.styl @@ -38,9 +38,6 @@ selection-controls-checkbox-theme(color, labelColor, disabledColor, activeColor) label color: labelColor - .input-group--selection-controls__ripple - color: color - .icon color: color