Open theRealProHacker opened 2 years ago
Add some CSS-Pseudoclasses like
:hover
:visited
:active
Generally, this will look at the corresponding Element's attribute to see whether the element matches.
:hover, :visited, :active are done from the Selector side but from the actual event implementation only hover and visited are implemented.
hover
visited
Add some CSS-Pseudoclasses like
:hover
:visited
:active
Generally, this will look at the corresponding Element's attribute to see whether the element matches.