mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
Merge "Hide buttons while loading"
This commit is contained in:
commit
da11d09e52
|
@ -30,6 +30,10 @@
|
||||||
color: @button-text-color;
|
color: @button-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.open,
|
&.open,
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in a new issue