Specify cursor in order to not be text

This commit is contained in:
Jean-Baptiste Bellet
2023-08-15 11:08:42 +02:00
parent 5fc4f7bdaf
commit c252de87b6

View File

@@ -20,6 +20,7 @@
border-radius: 4px;
color: $color-8;
font-weight: 600;
cursor: default;
&.current {
background-color: $color-5;
@@ -34,8 +35,8 @@
margin-left: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers
}
&.disabled {
cursor: default;
&:not(.disabled):not(.current) {
cursor: pointer;
}
&:hover:not(.disabled) {