From 6696715fa0d5e132a704b6be744977f6d979558d 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 | 3 ++- less/forms.less | 2 +- less/icons.less | 2 +- less/radio.less | 3 ++- less/repeater-list.less | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/less/checkbox.less b/less/checkbox.less index 484019bf2..5032d2691 100644 --- a/less/checkbox.less +++ b/less/checkbox.less @@ -89,11 +89,12 @@ &.disabled { cursor: not-allowed; + opacity: .65; &:before { cursor: not-allowed; - opacity: .5; + opacity: .65; } } diff --git a/less/forms.less b/less/forms.less index f7faf0ceb..a1d47f27e 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: .65; cursor: not-allowed !important; outline: none; box-shadow: none; diff --git a/less/icons.less b/less/icons.less index 066adaa8c..88ddc96d9 100644 --- a/less/icons.less +++ b/less/icons.less @@ -11,7 +11,7 @@ //This could be an interesting addition... //[data-icon]:before { -// #fuelux > .iconBaseStyles(); +// #fuelux > .icon-base-styles(); // content: attr(data-icon); //} diff --git a/less/radio.less b/less/radio.less index 198e4c18f..c266168db 100644 --- a/less/radio.less +++ b/less/radio.less @@ -100,13 +100,14 @@ } &.disabled { cursor: not-allowed; + opacity: .65; &:after { cursor: not-allowed; } &:before { cursor: not-allowed; - opacity: .5; + opacity: .65; } } &.radio-inline { 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;