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

style: Stop using PseudoElement::inherits_all. #21946

Merged
merged 2 commits into from Oct 15, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

style: Remove useless declarations in servo.css.

Margin is a reset property, there's no point in setting it to zero since it's
zero by default.
  • Loading branch information
emilio committed Oct 15, 2018
commit 6d7d1e56912786a2603613da445ac023c49ddc3f
@@ -197,16 +197,10 @@ svg > * {

/* style for text node. */
*|*::-servo-text {
margin: 0;
text-overflow: inherit;
overflow: inherit;
}

/* style for text in input elements. */
*|*::-servo-input-text {
margin: 0;
}

*|*::-servo-table-wrapper {
display: table;
border: none;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.