summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-02-06 13:00:31 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-02-06 13:00:31 +0100
commit049d603e1b581ddacc9522814c8827e2453c50a7 (patch)
tree2592da455ea8bdc9b5f1f41fb4ab84e8addff9fa
parentf8efb3ba7d913562c6917b32c5523e9877a2f4b5 (diff)
downloadgitlab-ce-26863-Remove-hover-animation-from-row-elements.tar.gz
Removed additional dropdown list animations26863-Remove-hover-animation-from-row-elements
-rw-r--r--app/assets/stylesheets/framework/animations.scss5
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;
}