Skip to content

Commit

Permalink
Bring in LESS updates from previous opacity PR ExactTarget#1360
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Jul 10, 2015
1 parent ef95e76 commit 6696715
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion less/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@

&.disabled {
cursor: not-allowed;
opacity: .65;

&:before
{
cursor: not-allowed;
opacity: .5;
opacity: .65;
}
}

Expand Down
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

//This could be an interesting addition...
//[data-icon]:before {
// #fuelux > .iconBaseStyles();
// #fuelux > .icon-base-styles();
// content: attr(data-icon);
//}

Expand Down
3 changes: 2 additions & 1 deletion less/radio.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,14 @@
}
&.disabled {
cursor: not-allowed;
opacity: .65;

&:after {
cursor: not-allowed;
}
&:before {
cursor: not-allowed;
opacity: .5;
opacity: .65;
}
}
&.radio-inline {
Expand Down
2 changes: 1 addition & 1 deletion less/repeater-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6696715

Please sign in to comment.