davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

Do not transform SSIDs to uppercase #110

Closed marcelstoer closed 4 years ago

marcelstoer commented 4 years ago

The uk-button class defines text-transform: uppercase as per https://github.com/davesteele/comitup/blob/master/web/templates/css/uikit.css#L1818. It is misleading to see your SSID transformed to uppercase.

There are a number of (CSS-)ways to fix this and I opted for the least invasive. One could of course argue that inline styles are no-go. I can change this if you like.

Side note: the UIkit first defines none and then uppercase a few lines below in the same class...

davesteele commented 4 years ago

I'll trust that this works. My SSIDs are upper-case :-)