Issue #2880703 by alexpott, droplet, Daniel.Moberly, yogesh01: Status report page without JavaScript is messed up

8.6.x
Nathaniel Catchpole 2018-01-29 13:09:54 +00:00
parent da40533f3c
commit 399e0b802a
4 changed files with 4 additions and 7 deletions

View File

@ -23,7 +23,7 @@
<div>
<h3 id="{{ group.type }}">{{ group.title }}</h3>
{% for requirement in group.items %}
<details class="system-status-report__entry">
<details class="system-status-report__entry" open>
{%
set summary_classes = [
'system-status-report__status-title',

View File

@ -34,9 +34,6 @@
color: inherit;
text-transform: none;
}
html:not(.details) .system-status-report__status-title {
padding-left: 0;
}
.system-status-report__status-title .details-title {
padding-left: 3em; /* LTR */
}
@ -132,7 +129,7 @@ html:not(.details) .system-status-report__status-title {
[dir="rtl"] .system-status-report__status-title {
float: right;
}
.system-status-report__status-title::-webkit-details-marker {
html.js .system-status-report__status-title::-webkit-details-marker {
display: none;
}
.collapse-processed > .system-status-report__status-title:before {

View File

@ -24,7 +24,7 @@
<div class="system-status-report__requirements-group">
<h3 id="{{ group.type }}">{{ group.title }}</h3>
{% for requirement in group.items %}
<details class="system-status-report__entry system-status-report__entry--{{ group.type }} color-{{ group.type }}">
<details class="system-status-report__entry system-status-report__entry--{{ group.type }} color-{{ group.type }}" open>
{%
set summary_classes = [
'system-status-report__status-title',

View File

@ -23,7 +23,7 @@
<div>
<h3 id="{{ group.type }}">{{ group.title }}</h3>
{% for requirement in group.items %}
<details class="system-status-report__entry">
<details class="system-status-report__entry" open>
{%
set summary_classes = [
'system-status-report__status-title',