Finally, remove disabled rule that is unused

We only display active link
This commit is contained in:
Jean-Baptiste Bellet
2023-08-17 09:05:44 +02:00
parent 394e964b91
commit fa4dda9976

View File

@@ -22,7 +22,6 @@
font-weight: 600;
&.current,
&.disabled,
&.gap {
cursor: default;
}
@@ -70,9 +69,5 @@
background-color: $red;
cursor: default;
}
&.disabled {
display: none;
}
}
}