Specify for element that have href attr: the ones we want to hover

This commit is contained in:
Jean-Baptiste Bellet
2023-08-17 08:58:48 +02:00
parent e7d36ed772
commit 394e964b91

View File

@@ -46,7 +46,7 @@
}
}
&:hover:not(.disabled):not(.gap) {
&[href]:hover {
background-color: $color-5;
color: $white;
}