Set cursor to pointer when hovering toolbar button

pull/1/head
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();
cursor: default;
}
}

View File

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