Fix unobutton's lack of pointer cursor

Before this commit buttons such as bold (in the notebookbar) or
sidebar button (in the top toolbar) would not change the cursor on hover

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ief075b4f4d187f6a5d87458d02077c0deaf69fe6
This commit is contained in:
Pedro Pinto Silva 2024-04-22 12:17:26 +02:00 committed by pedropintosilva
parent f17bdc679f
commit 41063ceafb

View file

@ -210,6 +210,7 @@ button.ui-tab.notebookbar {
}
.unotoolbutton.notebookbar .unobutton {
cursor: pointer;
box-sizing: border-box;
padding: 0;
width: var(--btn-size);