interactive lists & non-interactive lists

This commit is contained in:
Henry Jameson 2024-02-29 19:54:25 +02:00
commit 01f6f89c7d
5 changed files with 14 additions and 4 deletions

View file

@ -411,6 +411,10 @@ nav {
--__horizontal-gap: 0.75em;
--__vertical-gap: 0.5em;
&.-non-interactive {
cursor: auto;
}
&.-active,
&:hover {
border-top-width: 1px;