fix: always use default cursor for header buttons

This commit is contained in:
Peng Xiao
2021-07-20 00:13:26 +08:00
committed by Tienson Qin
parent 94286c1e05
commit 6eb3588930

View File

@@ -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;
}