Side nav with <a> instead of div
This commit is contained in:
parent
260d7e44ff
commit
f466cf23ea
@ -1,7 +1,8 @@
|
||||
@use 'common-mixins' as mixins;
|
||||
|
||||
iqser-side-nav {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 200px;
|
||||
max-width: 200px;
|
||||
background-color: var(--iqser-grey-2);
|
||||
@ -23,6 +24,8 @@ iqser-side-nav {
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s;
|
||||
font-weight: 500;
|
||||
color: var(--iqser-accent);
|
||||
text-decoration: none;
|
||||
|
||||
&:not(.active):hover {
|
||||
background-color: rgba(var(--iqser-primary-rgb), 0.2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user