mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
layout: Don't force to overwrite display for pseudo-elements.
This commit is contained in:
parent
2a499d5a0b
commit
cf5c090576
3 changed files with 42 additions and 43 deletions
|
@ -54,6 +54,7 @@ details[open]::-servo-details-summary {
|
|||
*|*::-servo-details-content {
|
||||
margin-left: 40px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
}
|
||||
/*
|
||||
* Until servo supports svg properly, make sure to at least prevent svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue