summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/animations.scss
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-05 00:51:09 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-05 00:51:09 +0100
commitc1daa7d177eef223cb54c4185343f0fb9a1c04e2 (patch)
tree839dbc3e57498148bf9745cdce53a7ac724a9ea4 /app/assets/stylesheets/framework/animations.scss
parentce8eb711fc9593230816f79adc5c91438224104f (diff)
downloadgitlab-ce-c1daa7d177eef223cb54c4185343f0fb9a1c04e2.tar.gz
added the same to .header-user-avatar to make it consistent
Diffstat (limited to 'app/assets/stylesheets/framework/animations.scss')
-rw-r--r--app/assets/stylesheets/framework/animations.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss
index 3ff76e248b4..8d38fc78a19 100644
--- a/app/assets/stylesheets/framework/animations.scss
+++ b/app/assets/stylesheets/framework/animations.scss
@@ -100,7 +100,8 @@
}
.dropdown-menu-toggle,
-.avatar-circle {
+.avatar-circle,
+.header-user-avatar {
@include transition(border-color);
}