From 90378294a2f4cd02f51e8e14eb6f3327f030f1ec Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 15 Oct 2014 12:06:36 -0400 Subject: [PATCH] Fix color tween loading issue with dropdowns --- src/definitions/modules/dropdown.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 05d7dced3..1ca37c2c7 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -491,6 +491,13 @@ select.ui.dropdown { color: @defaultTextHoverColor; } +/*-------------------- + Loading +----------------------*/ + +.ui.loading.dropdown > .text { + transition: none; +} /*-------------------- Keyboard Select