Classless styling of HTML5 Tag

Good day,
How to style HTML5 tags so applies to the entire project?

For example, how to assign 'cursor: pointer' property to the tag - without using a class (classless)?

If you override for example the default DIV style, with

div { cursor: pointer; }

then controls using DIV elements will adopt this defined CSS style.

In the project's .html file, I added a style block and included 'button { cursor: pointer}' to it.

That did not work at run-time.

We have seen this issue on a button and have applied a fix.
The next update will have this fix.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.