Projet

Général

Profil

0001-scss-remove-.gru-nav-button-.sr-only-declaration-408.patch

Thomas Jund, 19 mars 2020 11:31

Télécharger (637 octets)

Voir les différences:

Subject: [PATCH] scss: remove .gru-nav-button .sr-only declaration (#40826)

 static/includes/_nav.scss | 3 ---
 1 file changed, 3 deletions(-)
static/includes/_nav.scss
240 240
			top: 5px;
241 241
		}
242 242
		border: 0;
243
		& .sr-only {
244
			display: none;
245
		}
246 243
		& .icon-bar {
247 244
			position: absolute;
248 245
			top: 0px;
249
-