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 d84b1de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion less/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
&: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: 0.65;
cursor: not-allowed !important;
outline: none;
box-shadow: none;
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 d84b1de

Please sign in to comment.