Przeglądaj źródła

Disable bullet style changes after selecting blocks

It's too distracting.
Tienson Qin 1 rok temu
rodzic
commit
cb0316b995
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/main/frontend/components/block.css

+ 3 - 3
src/main/frontend/components/block.css

@@ -376,9 +376,9 @@
     border-radius: 2px;
   }
 
-  .bullet-container .selected {
-    border: 3px solid;
-  }
+  /* .bullet-container .selected { */
+  /*   border: 3px solid; */
+  /* } */
 }
 
 .ls-block,