Skip to content

Commit

Permalink
#21162: Fixed static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko authored Feb 14, 2019
1 parent 2220707 commit be92e7b
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,32 +407,40 @@ label.mage-error {
padding: 0;
width: 16px;
z-index: 1;

&:before {
// @codingStandardsIgnoreStart
&:extend(.admin__control-checkbox + label:before);
// @codingStandardsIgnoreEnd
left: 0;
position: absolute;
top: 0;
}

&:after {
// @codingStandardsIgnoreStart
&:extend(.action-multicheck-wrap .action-multicheck-toggle:after);
// @codingStandardsIgnoreEnd
top: 40% !important;
}
}

&:focus {
+ label {
&:after {
// @codingStandardsIgnoreStart
&:extend(.action-multicheck-wrap .action-multicheck-toggle._active:after);
// @codingStandardsIgnoreEnd
}
}
}

&._checked {
+ label {
&:before {
// @codingStandardsIgnoreStart
&:extend(.admin__control-checkbox:checked + label:before);
// @codingStandardsIgnoreEnd
}
}

Expand Down

0 comments on commit be92e7b

Please sign in to comment.