Browse Source

Fixes dropdown offset on menu

pull/1129/head
jlukic 10 years ago
parent
commit
72c41b2954
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/packages/default/collections/menu.variables

2
src/themes/packages/default/collections/menu.variables

@ -121,7 +121,7 @@
/* Dropdown */
@dropdownBackground: #FFFFFF;
@dropdownMenuOffset: 1px;
@dropdownMenuOffset: 0px;
@dropdownPointingDistance: 0px;
@dropdownTextColor: @textColor;

Loading…
Cancel
Save