Browse Source

adjust hover box shadow

pull/2053/head
jlukic 9 years ago
parent
commit
f427697492
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/modules/dropdown.variables

2
src/themes/default/modules/dropdown.variables

@ -180,7 +180,7 @@
/* Hover */
@selectionHoverBorderColor: @selectedBorderColor;
@selectionHoverBoxShadow: @raisedShadow;
@selectionHoverBoxShadow: none;
/* Visible */
@selectionVisibleTextFontWeight: normal;

Loading…
Cancel
Save