Commit ce59da4
authored
fix(ui5-toolbar): restore item spacing in Horizon High Contrast themes (#13363)
The Toolbar-parameters.css base file (which defines --_ui5-toolbar-item-margin-right: 0.25rem and --_ui5-toolbar-item-margin-left: 0) was imported in the sap_horizon and sap_horizon_dark parameter bundles but was missing from sap_horizon_hcb and sap_horizon_hcw. As a result, toolbar items had no margin between them in Horizon HC themes.
Fixes: #133611 parent c9d8f2a commit ce59da4
2 files changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/main/src/themes
- sap_horizon_hcb
- sap_horizon_hcw
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments