Set cursor to pointer when hovering toolbar button

This commit is contained in:
ClemDee 2019-06-03 11:37:28 +02:00
parent ffca6417a8
commit 4017dd7db9
2 changed files with 0 additions and 5 deletions

View File

@ -22,7 +22,6 @@
} }
* { * {
.tools_unselectable(); .tools_unselectable();
cursor: default;
} }
} }

View File

@ -909,9 +909,6 @@
} }
button { button {
position: relative; position: relative;
&.fa-bell-o {
cursor: default;
}
.cp-dropdown-button-title { .cp-dropdown-button-title {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
@ -998,7 +995,6 @@
span { span {
text-align: center; text-align: center;
width: 100%; width: 100%;
cursor: default;
font-size: 32px; font-size: 32px;
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;