Style input-text pseudo with user-agent CSS

This commit is contained in:
Jonathan Schuster 2016-09-21 11:19:48 -04:00
parent 83f687a7be
commit 8500f3c8b8
5 changed files with 18 additions and 19 deletions

View file

@ -165,3 +165,7 @@ details[open]::-servo-details-summary {
svg > * {
display: none;
}
*|*::-servo-input-text {
margin: 0;
}