Remove underline on hover (@ global)

This commit is contained in:
2021-06-22 12:18:21 +09:00
parent 2921bbeca1
commit b73c38a531
-3
View File
@@ -13,9 +13,6 @@
@apply list-disc mx-10 @apply list-disc mx-10
} }
} }
a {
@apply hover:underline
}
.tooltip { .tooltip {
@apply invisible absolute; @apply invisible absolute;
} }