Projet

Général

Profil

0001-scss-remove-icons-from-history-bullets-25329.patch

Frédéric Péters, 17 juillet 2018 22:35

Télécharger (1,41 ko)

Voir les différences:

Subject: [PATCH] scss: remove icons from history bullets (#25329)

 static/includes/_wcs.scss | 31 +++++--------------------------
 1 file changed, 5 insertions(+), 26 deletions(-)
static/includes/_wcs.scss
356 356
	text-align: center;
357 357
	line-height: 36px;
358 358
	font-family: FontAwesome;
359
	width: 40px;
360
	height: 40px;
359
	width: 30px;
360
	height: 30px;
361 361
	display: block;
362
	left:  10px;
362
	left:  15px;
363 363
	border-radius: 20px;
364 364
	border: 1px solid #888;
365
	top: 20px;
365
	top: 25px;
366 366
	background: $button-color !important;
367
	color: $button-background !important;
367
	box-shadow: 0 0 0px 5px white
368 368
}
369 369

  
370
ul#evolutions li:first-child span.item:before {
371
	content: "\f067"; /* plus */
372
}
373

  
374
ul#evolutions li.msg-system span.item:before {
375
	content: "\f141"; /* ellipsis-h */
376
}
377

  
378
ul#evolutions li.endpoint span.item::before {
379
	content: "\f00c"; /* check */
380
}
381

  
382
ul#evolutions li.endpoint span.item::before {
383
	content: "\f00c"; /* check */
384
}
385

  
386
ul#evolutions li span.item:before {
387
	content: "\f075"; /* comment */
388
}
389

  
390

  
391 370
div.dataview {
392 371
	div.field {
393 372
		margin-bottom: 1ex;
394
-