Set cursor to pointer when hovering toolbar button

pull/1/head
ClemDee 6 years ago
parent ffca6417a8
commit 4017dd7db9

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

@ -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;

Loading…
Cancel
Save