mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: always use default cursor for header buttons
This commit is contained in:
@@ -124,3 +124,7 @@ a.button:hover {
|
||||
opacity: 1;
|
||||
background: var(--ls-tertiary-background-color);
|
||||
}
|
||||
|
||||
.is-mac.is-electron :is(.cp__header, .cp__right-sidebar-topbar) :is(button, .button, a) {
|
||||
cursor: default !important;
|
||||
}
|
||||
Reference in New Issue
Block a user