summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/nojs/mw.echo.special.less')
-rw-r--r--Echo/modules/nojs/mw.echo.special.less12
1 files changed, 5 insertions, 7 deletions
diff --git a/Echo/modules/nojs/mw.echo.special.less b/Echo/modules/nojs/mw.echo.special.less
index 336635c6..641060c4 100644
--- a/Echo/modules/nojs/mw.echo.special.less
+++ b/Echo/modules/nojs/mw.echo.special.less
@@ -1,5 +1,5 @@
/* Echo specific CSS */
-@import '../echo.variables';
+@import '../echo.variables.less';
.mw-echo-special-container {
max-width: 600px;
@@ -15,12 +15,9 @@
}
}
-// Hide the help link and the preferences link
-// in the JS version, since both appear inside
+// Hide the preferences link
+// in the JS version, since it appear inside
// the cog menu
-.client-js #mw-indicator-mw-helplink {
- display: none;
-}
.client-js #mw-echo-pref-link,
.client-js #contentSub {
@@ -135,8 +132,8 @@ ul.mw-echo-special-notifications {
float: right;
display: inline-block;
margin: 0;
-
opacity: 0.5;
+
&:hover {
opacity: 1;
}
@@ -154,6 +151,7 @@ div.mw-htmlform-ooui-wrapper {
// Center 'preferences' in mobile special page
text-align: center;
}
+
.mw-echo-special-header-link {
display: none;
}