From 5628549f9632e29a269dd9a58979168f06c154d3 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 | 44 ++++++++++++++------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/static/includes/_wcs.scss b/static/includes/_wcs.scss index fb8b52a..213f1df 100644 --- a/static/includes/_wcs.scss +++ b/static/includes/_wcs.scss @@ -354,40 +354,28 @@ ul#evolutions li span.item { box-sizing: border-box; position: absolute; text-align: center; - line-height: 36px; - font-family: FontAwesome; - width: 40px; - height: 40px; + width: 31px; + height: 31px; display: block; - left: 10px; + left: 15px; border-radius: 20px; border: 1px solid #888; - top: 20px; + top: 24px; background: $button-color !important; - color: $button-background !important; -} - -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 */ + box-shadow: 0 0 0px 5px white; + &::before { + content: ""; + display: block; + width: 7px; + height: 7px; + background: $primary-color; + position: relative; + left: 11px; + top: 11px; + border-radius: 5px; + } } - div.dataview { div.field { margin-bottom: 1ex; -- 2.18.0