Browse Source

Fix 1px offset on search selection input

pull/4074/head
Jack Lukic 9 years ago
parent
commit
f69995d8c0
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/modules/dropdown.variables

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

@ -252,7 +252,7 @@
@multipleSelectionChildVerticalMargin: (@searchSelectionVerticalPadding * (2/3)); @multipleSelectionChildVerticalMargin: (@searchSelectionVerticalPadding * (2/3));
@multipleSelectionChildLeftMargin: (@inputHorizontalPadding - @multipleSelectionLeftPadding); @multipleSelectionChildLeftMargin: (@inputHorizontalPadding - @multipleSelectionLeftPadding);
@multipleSelectionChildMargin: @multipleSelectionChildVerticalMargin 0em @multipleSelectionChildVerticalMargin @multipleSelectionChildLeftMargin; @multipleSelectionChildMargin: @multipleSelectionChildVerticalMargin 0em @multipleSelectionChildVerticalMargin @multipleSelectionChildLeftMargin;
@multipleSelectionChildLineHeight: @searchSelectionLineHeight;
@multipleSelectionChildLineHeight: @relative17px;
@multipleSelectionSearchStartWidth: (@glyphWidth * 2); @multipleSelectionSearchStartWidth: (@glyphWidth * 2);
/* Dropdown Icon */ /* Dropdown Icon */

Loading…
Cancel
Save