enhance(ui): add ghost shui button for the toolbar

This commit is contained in:
charlie
2024-12-19 17:51:33 +08:00
parent c75aad8bff
commit 96fb8da599
13 changed files with 141 additions and 131 deletions

View File

@@ -205,7 +205,8 @@ html[data-theme=dark] {
}
.cp__header {
> .r > div:not(.ui__dropdown-trigger) a.button, button.button {
> .r > div:not(.ui__dropdown-trigger) a.button, button.button,
.ui__button.as-ghost {
@apply opacity-60 hover:opacity-90;
}
}