From d84b1de52e3be27878c5465c909483faa8dec1f5 Mon Sep 17 00:00:00 2001 From: Stephen James Date: Fri, 10 Jul 2015 13:57:04 -0400 Subject: [PATCH] Bring in LESS updates from previous opacity PR #1360 --- less/checkbox.less | 2 +- less/forms.less | 2 +- less/repeater-list.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/less/checkbox.less b/less/checkbox.less index 484019bf2..a26658cf5 100644 --- a/less/checkbox.less +++ b/less/checkbox.less @@ -93,7 +93,7 @@ &:before { cursor: not-allowed; - opacity: .5; + opacity: .65; } } diff --git a/less/forms.less b/less/forms.less index f7faf0ceb..0b04b332a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -124,7 +124,7 @@ &[disabled="disabled"], &[disabled], &:disabled { & ~ label, & ~ label:before { color: @text-color; - opacity: 0.5 !important; + opacity: 0.65; cursor: not-allowed !important; outline: none; box-shadow: none; diff --git a/less/repeater-list.less b/less/repeater-list.less index 3ef5f9419..5575776b9 100755 --- a/less/repeater-list.less +++ b/less/repeater-list.less @@ -85,7 +85,7 @@ border-bottom: 1px solid @gray87; border-left: 1px solid transparent; border-top: none; - color: @true-black; + color: fade(@true-black, 0); // transparent line-height: 1.42857; padding: 8px;