Skip to content

Commit

Permalink
Merge pull request #5096 from Banandrew/5095
Browse files Browse the repository at this point in the history
[Checkbox] Added `box-shadow` to the checkbox component’s `.toggle` variation
  • Loading branch information
jlukic authored Jan 29, 2018
2 parents bedbf80 + 076cb9f commit aee14d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/default/modules/checkbox.variables
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@
@toggleHoverColor: @toggleFocusColor;

@toggleOffLabelColor: @checkboxColor;
@toggleOffHandleBoxShadow: none;
@toggleOffHandleBoxShadow: @handleBoxShadow;

@toggleOnLabelColor: @selectedTextColor;
@toggleOnLaneColor: @primaryColor;

@toggleOnHandleBoxShadow: none;
@toggleOnHandleBoxShadow: @handleBoxShadow;

@toggleOnFocusLaneColor: @primaryColorFocus;
@toggleOnFocusLabelColor: @toggleOnLabelColor;
Expand Down

0 comments on commit aee14d6

Please sign in to comment.