Skip to content

Fix !important in VarDumper stylesheet #28118

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

Closed
wants to merge 1 commit into from

Conversation

mul14
Copy link

@mul14 mul14 commented Aug 2, 2018

Q A
Branch? 4.1
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

Recreate new PR to fix tiny thing. Previous PR #28107

Before

.hidden {
    display: none; !important
}

After

.hidden {
    display: none !important;
}

Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
@stof
Copy link
Member

stof commented Aug 2, 2018

Closing because #28112 was merged with the same fix

@stof stof closed this Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants