Explorar el Código

Fix user tools arrow animation

Denis K hace 8 años
padre
commit
4280e1f935
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
       }