fix: TopBar secondary nav regression introduced by #687#690
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
| @@ -89,7 +89,7 @@ export const ElTopBarSecondaryNavContainer = styled.div` | |||
|
|
|||
| display: none; | |||
|
|
|||
There was a problem hiding this comment.
note: this regression was introduced by https://github.com/reapit/elements/pull/687/files#diff-08776b8287999e82e1937530d5296237dfe92e068cfbe1af01c61b1d65cc3dcaR92
What it says on the tin.
#687 introduced a regression w.r.t. the top bar's secondary nav responsive styles. This PR fixes that regression.