refactor(ui): group windi classes
This commit is contained in:
@@ -86,8 +86,7 @@ export default {
|
||||
@apply cursor-pointer;
|
||||
@apply transition;
|
||||
@apply hover:text-secondaryDark;
|
||||
@apply focus:text-secondaryDark;
|
||||
@apply focus:outline-none;
|
||||
@apply focus:(text-secondaryDark outline-none);
|
||||
|
||||
.tab-info {
|
||||
@apply inline-flex;
|
||||
@@ -118,6 +117,10 @@ export default {
|
||||
@apply mr-4;
|
||||
}
|
||||
|
||||
&:focus::after {
|
||||
@apply bg-divider;
|
||||
}
|
||||
|
||||
&.active {
|
||||
@apply text-accent;
|
||||
@apply border-accent;
|
||||
|
||||
Reference in New Issue
Block a user