Skip to content

Fix style scoping issues

Andi Staub requested to merge features/scoped-styles-3rd into master

The problem in Firefox, that all last row in the table get colorized is to the fact, that there is no shadow dom and the styles thus get applied to all tables. This MR fixes this by adding a random number (date as an integer) to the cssClassPrefix.

Edited by Andi Staub

Merge request reports