jenkins-bot has submitted this change and it was merged.
Change subject: Tweaks to cleanup templates
......................................................................
Tweaks to cleanup templates
According to beta labs it is possible to have cleanup template messages
where a link is a first child
Instead limit display block a tags to clickable lists
remove redundant text decoration rule
Change-Id: I8ce827d3f6172d8fdd67ed2637612828d003b35a
---
M less/common/overlays.less
M stylesheets/common/overlays.css
2 files changed, 21 insertions(+), 23 deletions(-)
Approvals:
JGonera: Looks good to me, approved
jenkins-bot: Verified
diff --git a/less/common/overlays.less b/less/common/overlays.less
index 73e8f82..b604c81 100644
--- a/less/common/overlays.less
+++ b/less/common/overlays.less
@@ -152,6 +152,17 @@
&:hover {
background-color: #ACD1E9;
}
+ > a {
+ display: block;
+ color: #666;
+
+ &:active,
+ &:hover,
+ &:visited {
+ text-decoration: none;
+ color: #666;
+ }
+ }
}
}
}
@@ -172,17 +183,5 @@
border-bottom: solid 1px #eee;
padding: @searchResultPaddingVertical @searchBarPaddingLeft;
font-size: 0.9em;
- > a {
- display: block;
- text-decoration: none;
- color: #666;
-
- &:active,
- &:hover,
- &:visited {
- text-decoration: none;
- color: #666;
- }
- }
}
}
diff --git a/stylesheets/common/overlays.css b/stylesheets/common/overlays.css
index f6fe562..346e8a9 100644
--- a/stylesheets/common/overlays.css
+++ b/stylesheets/common/overlays.css
@@ -115,6 +115,16 @@
.mw-mf-overlay ul.actionable li:hover {
background-color: #ACD1E9;
}
+.mw-mf-overlay ul.actionable li > a {
+ display: block;
+ color: #666;
+}
+.mw-mf-overlay ul.actionable li > a:active,
+.mw-mf-overlay ul.actionable li > a:hover,
+.mw-mf-overlay ul.actionable li > a:visited {
+ text-decoration: none;
+ color: #666;
+}
.mw-mf-overlay > ul {
padding: 0;
position: relative;
@@ -131,15 +141,4 @@
border-bottom: solid 1px #eee;
padding: 12px 40px;
font-size: 0.9em;
-}
-.mw-mf-overlay > ul li > a {
- display: block;
- text-decoration: none;
- color: #666;
-}
-.mw-mf-overlay > ul li > a:active,
-.mw-mf-overlay > ul li > a:hover,
-.mw-mf-overlay > ul li > a:visited {
- text-decoration: none;
- color: #666;
}
--
To view, visit https://gerrit.wikimedia.org/r/72551
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8ce827d3f6172d8fdd67ed2637612828d003b35a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits