Browse Source

Fix color tween loading issue with dropdowns

pull/1177/head
jlukic 10 years ago
parent
commit
90378294a2
1 changed files with 7 additions and 0 deletions
  1. 7
      src/definitions/modules/dropdown.less

7
src/definitions/modules/dropdown.less

@ -491,6 +491,13 @@ select.ui.dropdown {
color: @defaultTextHoverColor;
}
/*--------------------
Loading
----------------------*/
.ui.loading.dropdown > .text {
transition: none;
}
/*--------------------
Keyboard Select

Loading…
Cancel
Save