mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Merge branch 'master' into feat/db
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user