volumio / Volumio2-UI

Volumio2 Web Based User Interface
http://volumio.org
166 stars 164 forks source link

user-select:none #744

Open restinpieces opened 4 years ago

restinpieces commented 4 years ago

This is more of a personal issue. I can't tell you how much I hate user-select:none. If I came across the guy who thought this up I can't guarantee for nothing.

I have already tried to find all the user-select:nones but It seems like an endless pit :((((

If someone could point into the right direction where I should look to get rid of it I would be eternally thankful.

volumio commented 4 years ago

Sorry but could not get it.. what you are referring to? where ?

restinpieces commented 4 years ago

Sorry, I see I didn't provide enough information.

user-select:none is a CSS command that disables text selection from user. Volumios UI is cluttered with it and I'm having a hard time finding all the pieces. A few are in CSS files but there are also some in html and I can't find where all this comes from and is put together.

volumio commented 4 years ago

The reason is that swipe is a gesture that changes tabs. making it non selectable improves UX

restinpieces commented 4 years ago

Thanks for the reply. I'm sure there is a reason. I still hate it. I mostly access volumio on a PC and I frequently want to copy artists, songs or e.g. the ip from the network settings.
All I ask is if there is a source for all the user-select: none and where is it. Or is it all over the place and no one knows? Or is there a custom.css so I can overwrite the command.