diff --git a/src/themes/default/modules/dropdown.variables b/src/themes/default/modules/dropdown.variables index aca545b02..dbee72ffd 100644 --- a/src/themes/default/modules/dropdown.variables +++ b/src/themes/default/modules/dropdown.variables @@ -171,7 +171,7 @@ @selectionWidescreenMaxItems: 8; /* Derived */ -@selectedBorderEMWidth: 0.14285em; /* 2px / em size */ +@selectedBorderEMWidth: 0.1em; /* 1px / em size */ @selectionItemHeight: (@selectionItemVerticalPadding * 2) + @itemLineHeight + @selectedBorderEMWidth; @selectionMobileMaxMenuHeight: (@selectionItemHeight * @selectionMobileMaxItems); @selectionTabletMaxMenuHeight: (@selectionItemHeight * @selectionTabletMaxItems);