浏览代码

fix: remove unnecessary bullet class

Peng Xiao 4 年之前
父节点
当前提交
4f29e3d021
共有 2 个文件被更改,包括 2 次插入2 次删除
  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);
   }