fixes trail update

This commit is contained in:
Christian Beutel
2024-02-23 17:13:43 +01:00
parent 2543390c3a
commit 90a683f268
23 changed files with 727 additions and 419 deletions

View File

@@ -27,19 +27,15 @@
}
.tab {
@apply p-4 rounded-t-lg
@apply p-4 rounded-t-lg border border-transparent
}
.tab:hover {
@apply bg-menu-item-background-hover
}
.tab-active {
@apply bg-primary text-white
@apply border-menu-item-background-hover
}
.tab-active:hover {
@apply bg-primary
@apply bg-transparent
}
.tooltip {