Commit e2c61f7
committed
Local navigation bar block: Remove default background color property.
The custom color is set using `style.color.background`, not `backgroundColor`. So when using a custom color, technically there is no `backgroundColor` attribute. The change to correctly inherit default attribute values was then setting a backgroundColor, which the color block-support prioritizes when building the style code, overriding the custom color.
This default can be removed, the CSS applies the blueberry color if no other colors are set.
Fixes #6541 parent b1e4106 commit e2c61f7
File tree
1 file changed
+1
-2
lines changed1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments