I have a few style rules like for example:
-webkit-user-select: none;
user-select: none;

that occur at more then 1 place in css files.
Is there a way put these styles in a central css file and import/include 
them?

I could give them their own Class name, like BLA,  and set that on the 
widget, but that's not very transparent and L&F independent. For example: 
suppose this BLA style will be required to horizontal center the widget, 
you don't want the widget to be aware of a centered layout..

Or it would be nice to set this class name BLA everywhere where another 
class FOO is used through config..... But I don't think this possible?

- Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/2jFan9fvUCYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to