Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-836: Redesigned headers #1834

Merged
merged 10 commits into from
Aug 6, 2021
Merged

IBX-836: Redesigned headers #1834

merged 10 commits into from
Aug 6, 2021

Conversation

@dew326 dew326 self-assigned this Jul 30, 2021
@mnocon mnocon force-pushed the headers branch 2 times, most recently from 41c82f7 to 1ed72f8 Compare August 2, 2021 12:44
@@ -0,0 +1,9 @@
.ibexa-backdrop {
position: fixed;
z-index: 100;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I remember there are z-indexes highre than 100, isn't it a problem?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have checked it in the interface as well as our scss files and z-index: 100 seems to be OK. But in the future, it would be good to have some guidelines etc.

Interestingly, there is ez-backdrop in Page Builder scss and it also has z-index: 100:
https://github.com/ezsystems/ezplatform-page-builder/blob/7ae5586359817c37807d9701adcb474d755013c1/src/bundle/Resources/public/scss/_page-info-bar.scss#L271

@sonarcloud
Copy link

sonarcloud bot commented Aug 6, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

No Coverage information No Coverage information
0.2% 0.2% Duplication

@tischsoic tischsoic merged commit 5b781f5 into master Aug 6, 2021
justify-self: start;
display: flex;
&__top {
display: grid;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for the future because it can be easily overlooked: this grid is set here so that ellipsis works in the title.

mnocon pushed a commit that referenced this pull request Oct 20, 2021
Co-authored-by: Jakub Brzegowski <symfiz@gmail.com>
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>

(cherry picked from commit 5b781f5)
mnocon pushed a commit that referenced this pull request Oct 20, 2021
Co-authored-by: Jakub Brzegowski <symfiz@gmail.com>
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>

(cherry picked from commit 5b781f5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants