-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styles): update User menu for VEGA (#5893)
* fix(styles): update User Menu to latest VEGA design [ci visual] * fix(styles): update User Menu to latest VEGA design [ci visual]
- Loading branch information
1 parent
17413ac
commit 53463ae
Showing
18 changed files
with
530 additions
and
122 deletions.
There are no files selected for viewing
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
7 changes: 7 additions & 0 deletions
7
packages/styles/src/theming/common/navigation-list/_sap_fiori.scss
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,7 @@ | ||
@use "sass:map"; | ||
|
||
:root { | ||
--fdNavigationList_Content_Border_Radius: 0; | ||
--fdNavigationList_Content_Border_Color: var(--sapList_BorderColor); | ||
--fdNavigationList_Content_Outline_Offset: -0.1875rem; | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/styles/src/theming/common/navigation-list/_sap_fiori_hc.scss
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,9 @@ | ||
@use "sass:map"; | ||
|
||
@import "./sap_fiori"; | ||
|
||
:root { | ||
--fdNavigationList_Content_Border_Radius: 0; | ||
--fdNavigationList_Content_Border_Color: var(--sapList_BorderColor); | ||
--fdNavigationList_Content_Outline_Offset: -0.1875rem; | ||
} |
7 changes: 7 additions & 0 deletions
7
packages/styles/src/theming/common/navigation-list/_sap_horizon.scss
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,7 @@ | ||
@use "sass:map"; | ||
|
||
:root { | ||
--fdNavigationList_Content_Border_Radius: var(--sapButton_BorderCornerRadius); | ||
--fdNavigationList_Content_Border_Color: transparent; | ||
--fdNavigationList_Content_Outline_Offset: 0; | ||
} |
9 changes: 9 additions & 0 deletions
9
packages/styles/src/theming/common/navigation-list/_sap_horizon_hc.scss
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,9 @@ | ||
@use "sass:map"; | ||
|
||
@import "./sap_horizon"; | ||
|
||
:root { | ||
--fdNavigationList_Content_Border_Radius: 0; | ||
--fdNavigationList_Content_Border_Color: var(--sapList_BorderColor); | ||
--fdNavigationList_Content_Outline_Offset: -0.1875rem; | ||
} |
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -43,6 +43,7 @@ $panel: #{$fd-namespace}-panel; | |
}; | ||
} | ||
|
||
&__header-container, | ||
&__subheader { | ||
@include fd-reset(); | ||
|
||
|
Oops, something went wrong.