diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-18 13:43:33 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-18 13:50:09 -0500 |
commit | e4a3c45e7e138f673958b01840821ae536b9fd87 (patch) | |
tree | 5e1abad89fbb1bbda89ade2cee5c6879a8a9ff22 /app | |
parent | 7ee7d3f97919577cceadf893f053e4b325704213 (diff) | |
download | gitlab-ce-e4a3c45e7e138f673958b01840821ae536b9fd87.tar.gz |
Remove transitions on nav link hover35210-disable-nav-animations
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss index 82cabefa129..bd9a5d7392d 100644 --- a/app/assets/stylesheets/new_sidebar.scss +++ b/app/assets/stylesheets/new_sidebar.scss @@ -65,7 +65,6 @@ $new-sidebar-width: 220px; .settings-avatar { background-color: $white-light; - transition: background-color 100ms linear; i { font-size: 20px; @@ -73,7 +72,6 @@ $new-sidebar-width: 220px; color: $gl-text-color-secondary; text-align: center; align-self: center; - transition: color 100ms linear; } } @@ -90,6 +88,7 @@ $new-sidebar-width: 220px; box-shadow: inset -2px 0 0 $border-color; a { + transition: none; text-decoration: none; } @@ -177,7 +176,6 @@ $new-sidebar-width: 220px; color: $hover-color; .badge { - transition: background-color 100ms linear, color 100ms linear; background-color: $indigo-500; color: $hover-color; } |