Page MenuHomeWickedGov Phorge

filewarning.less
No OneTemporary

Size
828 B
Referenced Files
None
Subscribers
None

filewarning.less

@import 'mediawiki.skin.variables.less';
/* stylelint-disable selector-class-pattern */
// Increase the area of the button, so that the user can move the mouse cursor
// to the popup without the popup disappearing. (T157544, T363157)
.mediawiki-filewarning-anchor {
padding-top: 10px;
padding-bottom: 10px;
margin-top: -10px;
margin-bottom: -10px;
&.oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button {
padding-right: 2px;
}
}
.mediawiki-filewarning {
visibility: hidden;
.mediawiki-filewarning-header {
padding: 0;
font-weight: 600;
}
.mediawiki-filewarning-footer {
color: @color-subtle;
}
.empty {
display: none;
}
.mediawiki-filewarning-anchor:hover & {
visibility: visible;
}
}
.mime-type {
&.has-warning {
color: @color-warning;
font-weight: bold;
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 17:25 (13 h, 31 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
93/8b/d7a2d54ae32adfa688dc3d1a4541
Default Alt Text
filewarning.less (828 B)

Event Timeline