diff options
author | dimitrieh <dimitriehoekstra@gmail.com> | 2017-01-04 22:44:02 +0100 |
---|---|---|
committer | dimitrieh <dimitriehoekstra@gmail.com> | 2017-01-04 22:44:02 +0100 |
commit | 03171bbf20cc40f1b2cdc6f3a6fde35230f920d2 (patch) | |
tree | 105966697081775b1d9bd629196ad9137cafd56d | |
parent | fb7cdf105880bc342e659710530990b528ef64dc (diff) | |
download | gitlab-ce-03171bbf20cc40f1b2cdc6f3a6fde35230f920d2.tar.gz |
fixed bell transition animation
-rw-r--r-- | app/assets/stylesheets/framework/animations.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss index ce8124d0a13..3ff76e248b4 100644 --- a/app/assets/stylesheets/framework/animations.scss +++ b/app/assets/stylesheets/framework/animations.scss @@ -107,7 +107,7 @@ .note-action-button .link-highlight, .toolbar-btn, .dropdown-toggle-caret, -.fa { +.fa:not(.fa-bell) { @include transition(color); } |