Merge "Table of contents style tweaks"

This commit is contained in:
jenkins-bot 2022-09-05 21:43:06 +00:00 committed by Gerrit Code Review
commit 1c624210f4
2 changed files with 3 additions and 9 deletions

View file

@ -82,7 +82,7 @@ class CommentFormatter {
$summary = Html::element( 'span', [
'class' => 'ext-discussiontools-init-sidebar-meta'
], wfMessage( 'parentheses', $commentCount )->inLanguage( $lang )->text() );
], $commentCount );
// This also shows up in API action=parse&prop=sections output.
$item['html-summary'] = $summary;

View file

@ -325,19 +325,13 @@ h1, h2, h3, h4, h5, h6 {
display: block;
}
// stylelint-disable-next-line selector-class-pattern
.sidebar-toc .sidebar-toc-text {
display: inline;
}
// stylelint-disable-next-line selector-class-pattern
.sidebar-toc .sidebar-toc-list-item {
padding-top: 4px;
padding-bottom: 4px;
margin: 8px 0;
}
.ext-discussiontools-init-sidebar-meta {
display: inline;
display: block;
color: #666;
white-space: nowrap;
font-size: 0.875em;