Skip to content
Snippets Groups Projects
Commit 399e0b80 authored by catch's avatar catch
Browse files

Issue #2880703 by alexpott, droplet, Daniel.Moberly, yogesh01: Status report...

Issue #2880703 by alexpott, droplet, Daniel.Moberly, yogesh01: Status report page without JavaScript is messed up
parent da40533f
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div> <div>
<h3 id="{{ group.type }}">{{ group.title }}</h3> <h3 id="{{ group.type }}">{{ group.title }}</h3>
{% for requirement in group.items %} {% for requirement in group.items %}
<details class="system-status-report__entry"> <details class="system-status-report__entry" open>
{% {%
set summary_classes = [ set summary_classes = [
'system-status-report__status-title', 'system-status-report__status-title',
......
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
color: inherit; color: inherit;
text-transform: none; text-transform: none;
} }
html:not(.details) .system-status-report__status-title {
padding-left: 0;
}
.system-status-report__status-title .details-title { .system-status-report__status-title .details-title {
padding-left: 3em; /* LTR */ padding-left: 3em; /* LTR */
} }
...@@ -132,7 +129,7 @@ html:not(.details) .system-status-report__status-title { ...@@ -132,7 +129,7 @@ html:not(.details) .system-status-report__status-title {
[dir="rtl"] .system-status-report__status-title { [dir="rtl"] .system-status-report__status-title {
float: right; float: right;
} }
.system-status-report__status-title::-webkit-details-marker { html.js .system-status-report__status-title::-webkit-details-marker {
display: none; display: none;
} }
.collapse-processed > .system-status-report__status-title:before { .collapse-processed > .system-status-report__status-title:before {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="system-status-report__requirements-group"> <div class="system-status-report__requirements-group">
<h3 id="{{ group.type }}">{{ group.title }}</h3> <h3 id="{{ group.type }}">{{ group.title }}</h3>
{% for requirement in group.items %} {% 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 = [ set summary_classes = [
'system-status-report__status-title', 'system-status-report__status-title',
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div> <div>
<h3 id="{{ group.type }}">{{ group.title }}</h3> <h3 id="{{ group.type }}">{{ group.title }}</h3>
{% for requirement in group.items %} {% for requirement in group.items %}
<details class="system-status-report__entry"> <details class="system-status-report__entry" open>
{% {%
set summary_classes = [ set summary_classes = [
'system-status-report__status-title', 'system-status-report__status-title',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment