Ver código fonte

Add top bar arrow transition

Denis K 9 anos atrás
pai
commit
0d57a1d219
1 arquivos alterados com 2 adições e 0 exclusões
  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 {