AnotherLadsgroup has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/364615 )

Change subject: Do not show edit buttons when it's being printed
......................................................................

Do not show edit buttons when it's being printed

Bug: T87108
Change-Id: Id4dadea9b919fbcfab2d863e56592fc407b331a6
---
M 
view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/15/364615/1

diff --git 
a/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
 
b/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
index d35e97f..05776f2 100644
--- 
a/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
+++ 
b/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
@@ -112,3 +112,9 @@
        /* @embed */
        background-image: linear-gradient( transparent, transparent ), url( 
images/icons/oojs-ui/add.svg );
 }
+
+@media print {
+       .wikibase-toolbarbutton {
+               display: none;
+       }
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4dadea9b919fbcfab2d863e56592fc407b331a6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: AnotherLadsgroup <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to