Browse Source

fix: remove unnecessary bullet class

Peng Xiao 4 years ago
parent
commit
4f29e3d021
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/main/frontend/components/block.cljs
  2. 1 1
      src/main/frontend/components/block.css

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -1028,7 +1028,7 @@
         collapsed? (get (:block/properties block) :collapsed)
         control-show? (util/react *control-show?)
         dark? (= "dark" (state/sub :ui/theme))]
-    [:div.bullet.mr-2.flex.flex-row.items-center
+    [:div.mr-2.flex.flex-row.items-center
      {:style {:height 24
               :margin-top 0
               :float "left"}}

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

@@ -74,7 +74,7 @@
 
   .resize {
     display: inline-flex;
-    /* Fix chrome missing resize handle issue. Ref: https://github.com/logseq/logseq/pull/1692/files */
+    /* Fix chrome missing resize handle issue https://bugs.chromium.org/p/chromium/issues/detail?id=1135676&q=css%20resize%20type%3DBug&can=2.*/
     transform: translate3d(0, 0, 0);
   }