Przeglądaj źródła

fix: remove incorrect tailwind apply decl

Peng Xiao 4 lat temu
rodzic
commit
3924f5ced9
1 zmienionych plików z 0 dodań i 2 usunięć
  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;