From a6447b11501d24598bd0864202e48bdbf9d78f7b Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 20 Mar 2015 12:36:45 -0400 Subject: [PATCH] Darken toggle checkbox text --- src/definitions/modules/checkbox.less | 2 +- src/themes/default/modules/checkbox.variables | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/modules/checkbox.less b/src/definitions/modules/checkbox.less index 14ad087b4..a3479c50b 100755 --- a/src/definitions/modules/checkbox.less +++ b/src/definitions/modules/checkbox.less @@ -102,7 +102,7 @@ opacity: 0; color: @checkboxColor; - transition: all 0.1s ease; + transition: all @transitionDuration @transitionEasing; } /*-------------- diff --git a/src/themes/default/modules/checkbox.variables b/src/themes/default/modules/checkbox.variables index ae911781c..5a63bf005 100644 --- a/src/themes/default/modules/checkbox.variables +++ b/src/themes/default/modules/checkbox.variables @@ -130,7 +130,7 @@ @toggleHoverColor: @toggleFocusColor; @toggleOffLabelColor: @checkboxColor; -@toggleOnLabelColor: @positiveCheckbox; +@toggleOnLabelColor: @positiveTextColor; @toggleOnLaneColor: @positiveCheckbox;