Procházet zdrojové kódy

Hide changeform navigation while initializing

Denis K před 8 roky
rodič
revize
d61722d352
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      jet/static/jet/css/_changeform.scss

+ 5 - 0
jet/static/jet/css/_changeform.scss

@@ -710,6 +710,7 @@ form .related-widget-wrapper ul {
 }
 
 .changeform-navigation {
+  display: none;
   float: left;
   margin-bottom: 20px;
 
@@ -718,6 +719,10 @@ form .related-widget-wrapper ul {
     margin-right: 10px;
   }
 
+  &.initialized {
+    display: block;
+  }
+
   &-button {
     font-weight: bold;
     vertical-align: middle;