Procházet zdrojové kódy

fix panel menu caret placement (#10759)

Alexander Zobnin před 7 roky
rodič
revize
20feb123c9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      public/sass/components/_dropdown.scss

+ 1 - 1
public/sass/components/_dropdown.scss

@@ -255,7 +255,7 @@
 }
 
 // Caret to indicate there is a submenu
-.dropdown-submenu > a::before {
+.dropdown-submenu > a::after {
   display: block;
   content: ' ';
   float: right;