-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons lack text when using the "valo" theme with the TouchKit widgetset #15
Comments
As this posting on the thread shows, the offending CSS style, is this one:
Removing the "display: block" from this rule makes button text reappear when using valo with the TouchKit widgetset. But I don't know if this is the correct fix. |
…chKit widgetset with the "valo" theme. Fixes parttio#15.
I think this relates to the fact the touchkit theme is designed to be used as such, without valo theme, so there are collisions. There would basically be two options:
What do you think? |
From my point of view getting workable grid formatting would be the best way to proceed in the short term. Then I can use the TouchKit theme and have stuff working like it did with Vaadin7/TouchKit4 Handling collisions with the valo theme better also sounds like a good thing. But from my point of view this can wait until the Vaadin8/TouchKit5 version works at least as well as the Vaadin7/TouchKit4 version did. |
See the thread Text missing from buttons in valo theme. This has been an issue back with Vaadin 7.x and TouchKit 4.x as well.
However with Vaadin 8.x and TouchKit 5.x the only theme where the grids (that have replaced tables) look properly, is valo. And with valo the buttons don't display text.
So it would be nice to have this problem fixed.
The text was updated successfully, but these errors were encountered: