Design hover (like current)

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

View File

@@ -37,6 +37,11 @@
&.disabled {
cursor: default;
}
&:hover:not(.disabled) {
background-color: $color-5;
color: $white;
}
}
button {