Remove white background from dots

This commit is contained in:
Jean-Baptiste Bellet
2023-08-15 11:10:01 +02:00
parent c252de87b6
commit b1ea77e611

View File

@@ -39,10 +39,16 @@
cursor: pointer;
}
&:hover:not(.disabled) {
&:hover:not(.disabled):not(.gap) {
background-color: $color-5;
color: $white;
}
&.gap {
background-color: transparent;
box-shadow: none;
width: auto;
}
}
button {