summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-04 22:44:02 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-04 22:44:02 +0100
commit03171bbf20cc40f1b2cdc6f3a6fde35230f920d2 (patch)
tree105966697081775b1d9bd629196ad9137cafd56d
parentfb7cdf105880bc342e659710530990b528ef64dc (diff)
downloadgitlab-ce-03171bbf20cc40f1b2cdc6f3a6fde35230f920d2.tar.gz
fixed bell transition animation
-rw-r--r--app/assets/stylesheets/framework/animations.scss2
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);
}