style: dropdown label

This commit is contained in:
Lucas Larroche 2023-03-19 01:51:49 +07:00
parent 6c80b87a80
commit dbb9c25d78
10 changed files with 31 additions and 25 deletions

View file

@ -204,12 +204,12 @@
}
}
label {
width: 100%;
}
&:has(label):hover {
background-color: var(#{$}dropdown-hover-background-color);
label {
cursor: pointer;
}
}
}
}