jenkins-bot has submitted this change and it was merged.

Change subject: Show panel shadow on full-screen mode
......................................................................


Show panel shadow on full-screen mode

On full-screen mode the panel appears on hover over the image.
This patchset applies the same shadow as when the panel is open to the 
full-screen panel.
This is done to communicate that the panel is ovelapping the image.

Change-Id: Ia76f2ace6a424bbd26d4d3d43ed213b98ec91006
---
M resources/mmv/ui/mmv.ui.metadataPanelScroller.less
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Gilles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/mmv/ui/mmv.ui.metadataPanelScroller.less 
b/resources/mmv/ui/mmv.ui.metadataPanelScroller.less
index 0bb2c73..39f3422 100644
--- a/resources/mmv/ui/mmv.ui.metadataPanelScroller.less
+++ b/resources/mmv/ui/mmv.ui.metadataPanelScroller.less
@@ -19,7 +19,7 @@
                .animation(none);
        }
 
-       &.panel-open {
+       &.panel-open, .jq-fullscreened & {
                box-shadow: 0 -4px 0px rgba(0,0,0,0.2);
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/167775
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia76f2ace6a424bbd26d4d3d43ed213b98ec91006
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: Pginer <pgi...@wikimedia.org>
Gerrit-Reviewer: Gergő Tisza <gti...@wikimedia.org>
Gerrit-Reviewer: Gilles <gdu...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to