Browse Source

Fix user tools arrow animation

Denis K 8 years ago
parent
commit
4280e1f935
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jet/static/jet/css/_header.scss

+ 1 - 1
jet/static/jet/css/_header.scss

@@ -127,7 +127,7 @@
     &.opened .user-tools-welcome-msg {
       border-bottom: 1px solid $top-dropdown-border-color;
 
-      &:after {
+      &:before {
         color: $top-dropdown-icon-color;
         transform: rotate(180deg);
       }