Projet

Général

Profil

0001-css-no-longer-declare-height-on-pwa-navigation-compo.patch

Thomas Jund, 19 juin 2020 10:53

Télécharger (717 octets)

Voir les différences:

Subject: [PATCH] css: no longer declare height on pwa-navigation component
 (#44255)

height is already declared on links
 static/includes/_nav.scss | 1 -
 1 file changed, 1 deletion(-)
static/includes/_nav.scss
357 357

  
358 358
@mixin pwa-bottom-bar {
359 359
	background: $nav-mobile-bottom-bar-background;
360
	height: $nav-mobile-bottom-bar-height;
361 360
	position: fixed;
362 361
	bottom: 0;
363 362
	z-index: 1000;
364
-