Browse Source

Add upward pointing icons for upward dropdown

pull/1742/head
jlukic 9 years ago
parent
commit
b3dd117747
1 changed files with 5 additions and 0 deletions
  1. 5
      src/themes/default/modules/dropdown.overrides

5
src/themes/default/modules/dropdown.overrides

@ -41,6 +41,11 @@
content: "\f0d9"/*rtl:"\f0da"*/;
}
/* Upward Dropdown */
.ui.upward.dropdown > .dropdown.icon:before {
content: "\f0d8";
}
/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
content: "\f0da"/*rtl:"\f0d9"*/;

Loading…
Cancel
Save