diff options
-rw-r--r-- | app/assets/stylesheets/framework/animations.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss index a5f15f4836d..be90c82dda7 100644 --- a/app/assets/stylesheets/framework/animations.scss +++ b/app/assets/stylesheets/framework/animations.scss @@ -120,6 +120,9 @@ a { @include transition(background-color, box-shadow); } -.nav-sidebar a { +.nav-sidebar a, +.dropdown-menu a, +.dropdown-menu button, +.dropdown-menu-nav a { transition: none; } |