Commit 05d59a6
authored
machines: Fix CSS rule specificity when overwriting PF4 rules
PF4 imports come first, then we import the custom CSS. In SCSS the most
recent rule should take effect, when there is not difference in the specificity.
Seems that the ordering of the bundled CSS is not very consistent however.
When being certain about overwriting default value, increase the
specificity, so that we don't rely on the order of the imported CSS.
Closes cockpit-project#149651 parent 1922127 commit 05d59a6
File tree
2 files changed
+2
-2
lines changed- pkg/machines/components
- vm
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments