Merge "Use word instead of substring selector in Parsoid skinning"

This commit is contained in:
jenkins-bot 2020-09-15 20:00:23 +00:00 committed by Gerrit Code Review
commit 017ff4e8d3

View file

@ -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;