toodego: always display step labels in desktop mode (#44701)

This commit is contained in:
Frédéric Péters 2020-07-02 06:41:21 +02:00
parent 6a31d841a7
commit 9ec2f892c7
1 changed files with 5 additions and 3 deletions

View File

@ -368,9 +368,11 @@ div.buttons {
font-size: 1.1em;
}
&:not(.current) & {
&--label {
display: none;
@media screen and (min-width: $desktop-limit) {
&:not(.current) & {
&--label {
display: block;
}
}
}
// Tie