瀏覽代碼

Linting fix.

Brian E. Granger 4 年之前
父節點
當前提交
90636233d4
共有 1 個文件被更改,包括 3 次插入2 次删除
  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;
 }