mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
Merge "Hide figcaptions for plain and frameless figures"
This commit is contained in:
commit
c5e826f307
|
@ -45,6 +45,14 @@
|
|||
caption-side: bottom;
|
||||
}
|
||||
|
||||
figure[ typeof~='mw:File' ],
|
||||
figure[ typeof~='mw:File/Frameless' ] {
|
||||
/* Hide the caption for frameless and plain floated images */
|
||||
> figcaption {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Parsoid class name is mw-image-border (T198534) and parser (PHP) class name is thumbborder
|
||||
.mw-image-border,
|
||||
.thumbborder {
|
||||
|
|
Loading…
Reference in a new issue