Browse Source

Add top bar arrow transition

Denis K 9 years ago
parent
commit
0d57a1d219
1 changed files with 2 additions and 0 deletions
  1. 2 0
      jet/static/jet/css/_top.scss

+ 2 - 0
jet/static/jet/css/_top.scss

@@ -60,11 +60,13 @@
         color: $top-icon-color;
         font-size: 24px;
         line-height: $top-height - 2px !important;
+        @include transition(color $transitions-duration);
       }
     }
 
     &.opened &-welcome-msg-arrow {
       color: $top-dropdown-icon-color;
+      @include transform(rotate(180deg));
     }
 
     &-contrast-block {