From f74abfcb340e09af20a5775c223a86fcb1f61f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Jul 2018 22:34:12 +0200 Subject: [PATCH] scss: remove icons from history bullets (#25329) --- static/includes/_wcs.scss | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/static/includes/_wcs.scss b/static/includes/_wcs.scss index fb8b52a..84d3b17 100644 --- a/static/includes/_wcs.scss +++ b/static/includes/_wcs.scss @@ -356,38 +356,17 @@ ul#evolutions li span.item { text-align: center; line-height: 36px; font-family: FontAwesome; - width: 40px; - height: 40px; + width: 30px; + height: 30px; display: block; - left: 10px; + left: 15px; border-radius: 20px; border: 1px solid #888; - top: 20px; + top: 25px; background: $button-color !important; - color: $button-background !important; + box-shadow: 0 0 0px 5px white } -ul#evolutions li:first-child span.item:before { - content: "\f067"; /* plus */ -} - -ul#evolutions li.msg-system span.item:before { - content: "\f141"; /* ellipsis-h */ -} - -ul#evolutions li.endpoint span.item::before { - content: "\f00c"; /* check */ -} - -ul#evolutions li.endpoint span.item::before { - content: "\f00c"; /* check */ -} - -ul#evolutions li span.item:before { - content: "\f075"; /* comment */ -} - - div.dataview { div.field { margin-bottom: 1ex; -- 2.18.0