Projet

Général

Profil

0001-scss-remove-leaflet-support-flag-74174.patch

Frédéric Péters, 03 février 2023 17:18

Télécharger (708 octets)

Voir les différences:

Subject: [PATCH] scss: remove leaflet support flag (#74174)

 gadjo/static/css/gadjo.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/gadjo.scss
1352 1352
	}
1353 1353
}
1354 1354

  
1355
body .leaflet-attribution-flag {
1356
	display: none !important;
1357
}
1358

  
1355 1359
@import 'grid';
1356 1360
@import 'fx-grid';
1357 1361
@import 'jqueryui';
1358
-