Skip to content

Commit

Permalink
fix: always use default cursor for header buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored and tiensonqin committed Jul 22, 2021
1 parent 94286c1 commit 6eb3588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/frontend/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6eb3588

Please sign in to comment.