fix: mobile menu active state
This commit is contained in:
parent
ab01184c5c
commit
920ac8b32e
3 changed files with 21 additions and 12 deletions
|
@ -28,9 +28,18 @@ menu {
|
|||
|
||||
& a {
|
||||
text-decoration: none;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
& .active {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
& .icon > svg,
|
||||
|
|
Reference in a new issue