jenkins-bot has submitted this change and it was merged.

Change subject: Rename `.content-links` to more significant `.nav-in-context`
......................................................................


Rename `.content-links` to more significant `.nav-in-context`

Ensuring clarifying list contains page-contextual navigation
by renaming it from `.content-links` to `.nav-in-context`.

Bug: T112481
Change-Id: I5645bf726a2e50477cc1ae29cd8d702bbb7ef568
---
M resources/master.less
M templates/Skin.mustache
M templates/sidebar.mustache
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Prtksxna: Looks good to me, but someone else must approve
  VolkerE: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/master.less b/resources/master.less
index 396b2f9..af1f5cf 100644
--- a/resources/master.less
+++ b/resources/master.less
@@ -190,7 +190,7 @@
                        display: none;
                }
 
-       .content-links {
+       .nav-in-context {
                padding: 0 50px 27px 50px;
                margin-top: 30px;
                border-bottom: 1px solid @bdc-contrast;
diff --git a/templates/Skin.mustache b/templates/Skin.mustache
index 88618cc..d006c42 100644
--- a/templates/Skin.mustache
+++ b/templates/Skin.mustache
@@ -30,7 +30,7 @@
                </div>
        </header>
        <nav class="sidebar" id="sidebar" role="navigation">
-               {{>sidebar}}
+               {{>sidebar}}<!-- comment necessary to rebuild sidebar -->
        </nav>
        <main class="container" id="content" role="main">
                {{#if sitenotice}}
diff --git a/templates/sidebar.mustache b/templates/sidebar.mustache
index eb97aa8..12265d0 100644
--- a/templates/sidebar.mustache
+++ b/templates/sidebar.mustache
@@ -1,5 +1,5 @@
 <h6 class="sidebar-heading">{{titletext}}</h6>
-<ul class="content-links">
+<ul class="nav-in-context">
        {{#each content_navigation.views}}
                <li>
                        <a

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5645bf726a2e50477cc1ae29cd8d702bbb7ef568
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/skins/Blueprint
Gerrit-Branch: master
Gerrit-Owner: VolkerE <ve...@wikimedia.org>
Gerrit-Reviewer: Prtksxna <psax...@wikimedia.org>
Gerrit-Reviewer: VolkerE <ve...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to