Only a small Compilation Warning fix
See Comments here:
https://github.com/OpenEMS/openems/pull/2623/files#r1586336975 https://github.com/OpenEMS/openems/pull/2623/files#r1586337561
Here is the Warning we get if we do not Apply the PR:
Warning: ▲ [WARNING] A nested style rule cannot start with "ion-row" because it looks like the start of a declaration [css-syntax-error]
C:/Users/User/Desktop/openems-2024.2.0_ORIGINAL/ui/src/app/shared/footer/footer.ts-angular-inline--3.css:13:6:
13 │ ion-row {
│ ~~~~~~~
╵ :is(ion-row)
To start a nested style rule with an identifier, you need to wrap the identifier in :is(...) to prevent the rule from being parsed as a declaration.
@lukasrgr maybe have a look