Merge branch 'master' into feat/db

This commit is contained in:
charlie
2024-02-06 14:13:57 +08:00
72 changed files with 2288 additions and 2083 deletions

View File

@@ -178,22 +178,13 @@
}
.button {
@apply h-8 px-2.5 py-1 rounded-md opacity-60;
display: block;
user-select: none;
&:hover, &.active {
opacity: 1;
background: none;
@apply h-8 px-2.5 py-1 rounded-md opacity-90 block select-none hover:opacity-100 active:opacity-80;
&:hover {
@screen md {
background: or(--ls-header-button-hover, --lx-gray-04, --ls-tertiary-background-color);
background: var(--lx-gray-04, var(--ls-tertiary-background-color, var(--rx-gray-04)));
}
}
&:active {
opacity: .7;
}
}
.button.icon {