Projet

Général

Profil

0001-scss-distinguish-titles-of-disabled-sections-47902.patch

Serghei Mihai (congés, retour 15/05), 21 octobre 2020 10:50

Télécharger (680 octets)

Voir les différences:

Subject: [PATCH] scss: distinguish titles of disabled sections (#47902)

 gadjo/static/css/gadjo.scss | 6 ++++++
 1 file changed, 6 insertions(+)
gadjo/static/css/gadjo.scss
1227 1227
			}
1228 1228
		}
1229 1229
	}
1230
	&.disabled {
1231
		> h2, > h3 {
1232
			background: #ccc;;
1233
			background: linear-gradient(to right, #666 30%, #bbb 100%);
1234
		}
1235
	}
1230 1236
}
1231 1237

  
1232 1238
.varname {
1233
-