Projet

Général

Profil

0007-toodego-replace-compound-selector-by-a-simple-one-25.patch

Frédéric Péters, 01 mars 2020 10:04

Télécharger (1,1 ko)

Voir les différences:

Subject: [PATCH 7/7] toodego: replace compound selector by a simple one
 (#25297)

 static/toodego/_custom.scss       | 3 ++-
 static/toodego/_specialpages.scss | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
static/toodego/_custom.scss
318 318
	}
319 319
}
320 320

  
321
a.pk-button {
321
%button {
322
	@extends %button;
322 323
	font-family: Oswald;
323 324
	text-transform: uppercase;
324 325
	padding: 0.5rem 1rem 0.2rem 1rem;
static/toodego/_specialpages.scss
260 260
		margin-left: 0;
261 261
		margin-top: 0.5rem;
262 262
		background: none;
263
		@extend a.pk-button;
263
		@extend %button;
264 264
	}
265 265

  
266 266
	h3 {
267
-