Browse Source

Fix dropdown icon size (slightly smaller), add variables

pull/2755/head
jlukic 9 years ago
parent
commit
5c79d13e78
2 changed files with 2 additions and 0 deletions
  1. 1
      src/definitions/modules/dropdown.less
  2. 1
      src/themes/default/modules/dropdown.variables

1
src/definitions/modules/dropdown.less

@ -88,6 +88,7 @@
.ui.dropdown > .dropdown.icon {
position: relative;
width: auto;
font-size: @dropdownIconSize;
margin: @dropdownIconMargin;
}
.ui.dropdown .menu > .item .dropdown.icon {

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

@ -19,6 +19,7 @@
--------------------*/
/* Icon */
@dropdownIconSize: @relative12px;
@dropdownIconMargin: 0em 0em 0em 1em;
/* Current Text */

Loading…
Cancel
Save