From 36ad46e60db2e44f508b942379abd189bbb3dfa6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 14:57:03 +0300 Subject: * shorten_expanded: use promises instead of a timeout hack * normalize some icon colors --- themes/light/cdm.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'themes/light/cdm.less') diff --git a/themes/light/cdm.less b/themes/light/cdm.less index 91e07e3f4..760fa44c7 100644 --- a/themes/light/cdm.less +++ b/themes/light/cdm.less @@ -1,7 +1,7 @@ .cdm { - i.material-icons { + /*i.material-icons { color : @color-icon; - } + }*/ .header { position: sticky; @@ -70,6 +70,10 @@ clear : both; align-items : center; + i.material-icons { + color : @color-icon; + } + .left { flex-grow : 2; } -- cgit v1.2.3