-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
componentsComponent-related issues typically affecting multiple componentsComponent-related issues typically affecting multiple componentslow priorityWe'll get to this when we canWe'll get to this when we canthemesIssues that pertain to Web Awesome themesIssues that pertain to Web Awesome themes
Milestone
Description
It's kind of annoying, but we should add the following media query around all :hover
declarations in all components and theme overrides to prevent touch devices from leaving trails.
Reported here in Shoelace: shoelace-style/shoelace#2444
Thankfully, we can nest it like so:
a {
background: lightblue;
color: black;
@media (hover: hover) {
&:hover {
background: darkblue;
color: white;
}
}
}
Metadata
Metadata
Assignees
Labels
componentsComponent-related issues typically affecting multiple componentsComponent-related issues typically affecting multiple componentslow priorityWe'll get to this when we canWe'll get to this when we canthemesIssues that pertain to Web Awesome themesIssues that pertain to Web Awesome themes