We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eb974 commit 83641b2Copy full SHA for 83641b2
assets/sass/trainCategory.scss
@@ -18,14 +18,23 @@
18
gap: 0.6rem;
19
}
20
21
-.o-expander__summary--train-category {
+details.o-expander__summary--train-category {
22
&:hover,
23
&:focus {
24
.o-train-category__title-text {
25
text-decoration: underline;
26
27
28
29
+
30
+details.o-expander--train-category:not([open]) {
31
+ @media (max-width: $breakpoint-md) {
32
+ .a-tag__text {
33
+ display: none;
34
+ }
35
36
+}
37
38
.o-train-category__content {
39
.m-text-highlight {
40
&--important,
layouts/partials/tag.html
@@ -1,4 +1,4 @@
1
<span class="a-tag a-tag--{{ .Type }}">
2
{{ partial "icon" .Icon }}
3
- {{ i18n .Text }}
+ <span class="a-tag__text">{{ i18n .Text }}</span>
4
</span>
0 commit comments