Browse Source

Fix user tools arrow animation

Denis K 9 năm trước cách đây
mục cha
commit
4280e1f935
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
       }