theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

CSS-Pseudoclasses #41

Open theRealProHacker opened 2 years ago

theRealProHacker commented 2 years ago

Add some CSS-Pseudoclasses like

Generally, this will look at the corresponding Element's attribute to see whether the element matches.

theRealProHacker commented 2 years ago

:hover, :visited, :active are done from the Selector side but from the actual event implementation only hover and visited are implemented.