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();
cursor: default;
}
}

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

Loading…
Cancel
Save