fix: remove incorrect tailwind apply decl

This commit is contained in:
Peng Xiao
2021-12-27 00:53:27 +08:00
committed by Tienson Qin
parent 62585a98f7
commit 3924f5ced9

View File

@@ -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;