From 9ec2f892c72e69d7312b744a57f39c7f5f543eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 2 Jul 2020 06:41:21 +0200 Subject: [PATCH] toodego: always display step labels in desktop mode (#44701) --- static/toodego/_custom.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/toodego/_custom.scss b/static/toodego/_custom.scss index db735ceb..1fd0cae8 100644 --- a/static/toodego/_custom.scss +++ b/static/toodego/_custom.scss @@ -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