jenkins-bot has submitted this change and it was merged.
Change subject: Flatten tangents to a single depth, hover buttons
......................................................................
Flatten tangents to a single depth, hover buttons
Change-Id: Ia0066bde44b1c619ee1d17809ab626ef05755b7e
---
M modules/discussion/styles/post.less
1 file changed, 20 insertions(+), 0 deletions(-)
Approvals:
EBernhardson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/discussion/styles/post.less
b/modules/discussion/styles/post.less
index f0f17c6..01d221f 100644
--- a/modules/discussion/styles/post.less
+++ b/modules/discussion/styles/post.less
@@ -115,12 +115,23 @@
}
.flow-thank-link {
+ display: none;
padding-left: 46px;
.background-image-svg('../../base/images/thank.svg',
'../../base/images/thank.png');
background-position: 16px;
background-size: 20px auto;
background-repeat: no-repeat;
+ }
+
+ .flow-reply-link {
+ display: none;
+ }
+
+ .flow-post:hover {
+ .flow-reply-link, .flow-thank-link {
+ display: inline-block;
+ }
}
.flow-reply-form {
@@ -227,3 +238,12 @@
}
}
}
+
+.flow-post-container .flow-post-container .flow-post-container {
+ padding-left: 0px;
+ border-left: 0px transparent;
+}
+
+.flow-post-container .flow-post-container .flow-reply-link {
+ display: none !important;
+}
--
To view, visit https://gerrit.wikimedia.org/r/89133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0066bde44b1c619ee1d17809ab626ef05755b7e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits