Skip to content

Commit c0a1b43

Browse files
fix(header): remove Shadow from Ionic Header (#30818)
Issue number: internal --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - The header should not have a shadow. - Following the design experience, this shadow shouldn't exist. If needed, the dev should use the divider prop ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> --------- Co-authored-by: ionitron <[email protected]>
1 parent 4a568a6 commit c0a1b43

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

core/src/components/header/header.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// --------------------------------------------------
66

77
ion-header {
8-
box-shadow: #{globals.$ion-elevation-2};
98
z-index: 10; // TODO(ROU-10853): replace this value with a layer token.
109

1110
&.header-divider {
-495 Bytes
Loading
-564 Bytes
Loading

0 commit comments

Comments
 (0)