Brian E. Granger 4 lat temu
rodzic
commit
90636233d4
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      packages/apputils/style/commandpalette.css

+ 3 - 2
packages/apputils/style/commandpalette.css

@@ -28,7 +28,6 @@
 | Modal variant
 |----------------------------------------------------------------------------*/
 
-
 .jp-ModalCommandPalette {
   position: absolute;
   z-index: 10000;
@@ -59,7 +58,9 @@
   margin-right: 4px;
 }
 
-.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-item.lm-mod-disabled {
+.jp-ModalCommandPalette
+  .lm-CommandPalette
+  .lm-CommandPalette-item.lm-mod-disabled {
   display: none;
 }