-
Notifications
You must be signed in to change notification settings - Fork 918
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
Update universal CSS for legacy IE browsers (Fixes #7390) #7502
Conversation
94af7a1
to
1fafff6
Compare
1fafff6
to
2461db9
Compare
2461db9
to
15aaf00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R+ 🌐
@@ -56,7 +56,7 @@ <h1 class="c-accounts-hero-title">{{ _('There is a way to protect your privacy. | |||
</div> | |||
|
|||
{% if has_signed_in_copy %} | |||
<div class="c-accounts-hero-body c-accounts-hero-body-signed-in"> | |||
<div class="c-accounts-hero-body c-accounts-hero-body-signed-in is-js-dependent"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only displays to signed in Firefox users so I'm not sure we need to hide it explicitly from IE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old IE doesn’t load the CSS or JS that gets used to hide/show this piece of content, hence why the class here is needed.
} | ||
|
||
/* oldIE never gets slide out drawer */ | ||
.moz-global-nav { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few old CSS files we can remove this class from. I am writing this comment to remind myself to open an issue.
@@ -55,8 +45,16 @@ label { | |||
@include hidden; | |||
} | |||
|
|||
// Make sure form details are visible | |||
.is-js-dependent { | |||
display: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Vast improvement from a menu perspective 💯 And the new |
Thanks for the review @stephaniehobson, merging! |
Description
Issue / Bugzilla link
#7390
Testing