Closed pniedzwiedzinski closed 4 years ago
https://css-tricks.com/touch-devices-not-judged-size/
Problem is that Raspbian runs as desktop system - with mouse and keyboard. So there's no option of recognizing by that.
So, again, we need to remove all the :hover
in order to keep the UI clear.
https://codepen.io/andresgalante/full/bBEJKg - a simple test of my theory
As in #42, I removed all hover pseudoclasses
On a touchscreen, as I click on the button the cursor stays where the button was. There is a problem when, in the next view, in this position is an element with
:hover
- it will be automatically triggered since there is a cursor. So we shouldn't use the hover pseudo-class.