Merge "Use word instead of substring selector in Parsoid skinning"
This commit is contained in:
commit
017ff4e8d3
1 changed files with 3 additions and 3 deletions
|
|
@ -128,9 +128,9 @@ figure[ typeof~='mw:Audio/Frame' ] {
|
|||
}
|
||||
}
|
||||
|
||||
figure[ typeof*='mw:Image/Thumb' ],
|
||||
figure[ typeof*='mw:Video/Thumb' ],
|
||||
figure[ typeof*='mw:Audio/Thumb' ] {
|
||||
figure[ typeof~='mw:Image/Thumb' ],
|
||||
figure[ typeof~='mw:Video/Thumb' ],
|
||||
figure[ typeof~='mw:Audio/Thumb' ] {
|
||||
> a:after {
|
||||
content: '';
|
||||
width: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue