MediaWiki:Common.less/interface.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 60: Line 60:
#file img:hover {
#file img:hover {
background: none;
background: none;
}

//img thumbnails on pages
figure[typeof~='mw:File/Thumb'] {
&> :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
margin: 0;
}
/* hide magnifying icon */
&> .mw-file-description::after,
&> .mw-file-magnify::after {
background: none;
}
}
}