MSyed has submitted this change and it was merged.

Change subject: Add a blackout class for the lead text
......................................................................


Add a blackout class for the lead text

Change-Id: If9e3a078caa34ec943bfd205f6f0b7335fe25d50
---
M source/privacy.html.erb
M source/stylesheets/master.css.scss
2 files changed, 10 insertions(+), 1 deletion(-)

Approvals:
  MSyed: Verified; Looks good to me, approved



diff --git a/source/privacy.html.erb b/source/privacy.html.erb
index d9dedc6..c0dfdf3 100644
--- a/source/privacy.html.erb
+++ b/source/privacy.html.erb
@@ -21,7 +21,7 @@
 
 <div class="col-md-9">
        <p class="lead">
-               Sed dapibus diam quam. Phasellus lacus metusvenenatis eu ligula 
volutpat, venenatis faucibus ante.
+               Sed dapibus diam quam. <span class="blackout">Phasellus lacus 
metusvenenatis eu ligula volutpat, venenatis faucibus ante.</span>
        </p>
        <h2>Quisque in accumsan</h2>
        <p>
diff --git a/source/stylesheets/master.css.scss 
b/source/stylesheets/master.css.scss
index fc1c97f..c49ef05 100644
--- a/source/stylesheets/master.css.scss
+++ b/source/stylesheets/master.css.scss
@@ -127,6 +127,15 @@
        }
 }
 
+.blackout {
+       color: #000;
+       background: #000;
+
+       &:hover {
+               background: transparent;
+       }
+}
+
 .blue {
        color: $blue;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If9e3a078caa34ec943bfd205f6f0b7335fe25d50
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/TransparencyReport
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
Gerrit-Reviewer: MSyed <[email protected]>

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

Reply via email to