-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-flexible-column-layout): column borders in high contrast them…
…es (#3328) CSS parameters points to wrong values. Now, they are aligned to correct values for high contrast Fiori 3 themes. Fixes: #3320
- Loading branch information
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
packages/fiori/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
:root { | ||
--_ui5_fcl_solid_bg: var(--sapBackgroundColor); | ||
--_ui5_fcl_column_border: solid 0.0625rem var(--sapGroup_ContentBorderColor); | ||
--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #000); | ||
--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #000); | ||
} |
1 change: 1 addition & 0 deletions
1
packages/fiori/src/themes/sap_fiori_3_hcb/parameters-bundle.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/fiori/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
:root { | ||
--_ui5_fcl_solid_bg: var(--sapBackgroundColor); | ||
--_ui5_fcl_column_border: solid 0.0625rem var(--sapGroup_ContentBorderColor); | ||
--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff); | ||
--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff); | ||
} |
1 change: 1 addition & 0 deletions
1
packages/fiori/src/themes/sap_fiori_3_hcw/parameters-bundle.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters