joernweissenborn / lcars

CSS Framework to style web pages like the fictional computer operating system of a popular sci-fi franchise.
http://joernweissenborn.github.io/lcars/
MIT License
330 stars 80 forks source link

Fix/quasi button active #39

Closed jrwarwick closed 4 years ago

jrwarwick commented 4 years ago

By saying "quasi button", I mean a div element with the CSS class set: lcars-element and button. Issue #32 is fixed with a simple !important directive addition (to balance out another class' !important directive). A couple of related minor fixes in audio behavior wire-up and also our doc/demo. Thus keeping button class all-around more consistently automagical.

No adverse effects elsewhere observed, wouldn't hurt to have someone else just apply this to one of their own, more complex layouts to double-check that.

jrwarwick commented 4 years ago

A superior solution is in the pull request: #40 Closing this in favor of the other. The related (but not important-related per se) changes for wire-up will be extracted and reapplied elsewhere.