Skip to content

Commit

Permalink
[Page header]Make header bottom border line only render for applicati…
Browse files Browse the repository at this point in the history
…on header (#7973)

Signed-off-by: Zhongnan Su <[email protected]>
  • Loading branch information
zhongnansu authored Sep 3, 2024
1 parent cbe74d8 commit 6cab0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
width: 100%;
}

#globalHeaderBars {
#globalHeaderBars:has(.primaryApplicationHeader) {
border-bottom: 1px solid $euiColorLightShade;
}

0 comments on commit 6cab0de

Please sign in to comment.