jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/379738 )
Change subject: Design: Improve the Paper shadow ...................................................................... Design: Improve the Paper shadow Based on the design specs and the MobileFrontend shadow, increase the shadow 1 px so that it is slightly more evident. Bug: T173022 Change-Id: I8f5feae0d28a6900eea0ad27d92a49df0484c15a --- M src/client/index.css 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Niedzielski: Looks good to me, approved jenkins-bot: Verified diff --git a/src/client/index.css b/src/client/index.css index ba35920..57f7179 100644 --- a/src/client/index.css +++ b/src/client/index.css @@ -36,7 +36,7 @@ --double-space: calc(var(--space) * 2); /* TODO: Upstream to wikimedia-ui-base once reviewed by design */ - --box-shadow-paper: 0 1px 3px 0 rgba( 0, 0, 0, 0.1 ); + --box-shadow-paper: 0 1px 4px 0 rgba( 0, 0, 0, 0.1 ); } /* Remove extra margin, expand base elements to the viewport height */ -- To view, visit https://gerrit.wikimedia.org/r/379738 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f5feae0d28a6900eea0ad27d92a49df0484c15a Gerrit-PatchSet: 1 Gerrit-Project: marvin Gerrit-Branch: master Gerrit-Owner: Jhernandez <[email protected]> Gerrit-Reviewer: Niedzielski <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
