Skip to content

Commit

Permalink
unobuttons: have cursor pointer also on buttons
Browse files Browse the repository at this point in the history
Fix ce3b222

Signed-off-by: Méven Car <[email protected]>
Change-Id: I3abec2756997a589123ccc872114cb3c85edd826
  • Loading branch information
meven authored and Rash419 committed Aug 21, 2024
1 parent 10fbcfe commit d3bfc40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion browser/css/notebookbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,11 @@ html[data-theme='dark'] .savemodified.unotoolbutton .unobutton img {
filter: grayscale(100%) brightness(100%);
}

.unotoolbutton.notebookbar {
.unotoolbutton:not(.disabled) * {
cursor: pointer;
}

.unotoolbutton.notebookbar {
margin-inline-end: 5px !important;
text-align: center;
}
Expand Down

0 comments on commit d3bfc40

Please sign in to comment.