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:
parent
f17bdc679f
commit
41063ceafb
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ button.ui-tab.notebookbar {
|
|||
}
|
||||
|
||||
.unotoolbutton.notebookbar .unobutton {
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
width: var(--btn-size);
|
||||
|
|
Loading…
Reference in a new issue