From 9aee8d7747fc6940fb35dd5316d93b350f1980eb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Feb 2020 15:55:26 +0100 Subject: Add a red camera icon for conversations with an ongoing call Signed-off-by: Joas Schilling --- css/icons.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss index b33b9620f..f777f2dcb 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -71,6 +71,11 @@ @include icon-color('star-dark', 'actions', 'FC0', 1, true); } + .icon-active-call { + /* Show red camera icon for ongoing calls. */ + @include icon-color('video', 'actions', 'E9322D', 1, true); + } + .icon-delete-critical { @include icon-color('delete', 'actions', $color-error, 1, true); &:hover, -- cgit v1.2.3