Pginer has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/167775

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/75/167775/1

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: newchange
Gerrit-Change-Id: Ia76f2ace6a424bbd26d4d3d43ed213b98ec91006
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: Pginer <pgi...@wikimedia.org>

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

Reply via email to