Skip to content

firmware-security: Don't use .view on rows

Alice Mikhaylenko requested to merge wip/exalm/view into main

So I've noticed expander row children have .view style class on them, leading to this:

Screenshot_from_2022-09-09_10-19-44

Screenshot_from_2022-09-09_10-19-37

The one row that looks different is the one where I removed .view so it uses proper styles.

I'm not sure what the intention was here, but it didn't work. It made rows white in light variant (same as other rows), but even darker than they were before in dark.

Merge request reports