Browse Source

Update button focus styles

pull/2169/head
jlukic 9 years ago
parent
commit
4ec4fd1ddd
1 changed files with 2 additions and 5 deletions
  1. 7
      src/themes/default/elements/button.variables

7
src/themes/default/elements/button.variables

@ -91,12 +91,9 @@
@iconHoverOpacity: 0.85;
/* Focused */
@focusBackgroundColor: '';
@focusBackgroundColor: @hoverBackgroundColor;
@focusBackgroundImage: '';
@focusBoxShadow:
@borderBoxShadow,
@defaultFocusBoxShadow
;
@focusBoxShadow: '';
@focusColor: @hoveredTextColor;
@iconFocusOpacity: 0.85;

Loading…
Cancel
Save