Skip to content

Commit 000bd4e

Browse files
committed
a11y: #4890 rebase conflict no-bullet-list to list-no-bullet
1 parent 9f77f22 commit 000bd4e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/themes/clean/assets/css/clean.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -690,12 +690,6 @@ span + .btn-background {
690690
text-decoration: underline;
691691
}
692692

693-
.no-bullet-list{
694-
list-style-type: none;
695-
padding-left: 0;
696-
margin-left: 0;
697-
}
698-
699693
/*
700694
* WCAG 2.4.7 Focus Visible - Two-Color Focus Indicator (Technique C40)
701695
* Requires at least 1:9 contrast ratio between the two focus colours.

src/themes/clean/templates/journal/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h2>{% trans 'CRediT Roles' %}</h2>
371371
<div class="sticky-toc article-menu" id="toc-section">
372372
<section aria-labelledby="toc-title">
373373
<h2 id="toc-title">{% trans "Table of Contents" %}</h2>
374-
<ul id="toc" class="no-bullet-list table-of-contents"></ul>
374+
<ul id="toc" class="list-no-bullet table-of-contents"></ul>
375375
</section>
376376
</div>
377377
{% endif %}

0 commit comments

Comments
 (0)