Is it possible to utilize the expanded attribute for styling using CSS?
I have a dropdown with the following attribute:
expanded="false"
When the dropdown is open, the attribute changes to:
expanded="true"
.
Since there is no specific class assigned, I am curious if this attribute can be used for styling purposes.
Thank you!