浏览代码

fix: remove incorrect tailwind apply decl

Peng Xiao 4 年之前
父节点
当前提交
3924f5ced9
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/frontend/components/block.css

+ 0 - 2
src/main/frontend/components/block.css

@@ -153,7 +153,6 @@
 }
 
 .block-control, .block-control:hover {
-  @apply: opacity-50.hover:opacity-100;
   text-decoration: none;
   cursor: pointer;
   font-size: 14px;
@@ -264,7 +263,6 @@ html.is-native-android {
 }
 
 .ls-block {
-  @apply: .flex.flex-col.rounded-sm;
   position: relative;
   min-height: 24px;
   padding: 2px 0;