From a5868a906070bcc9a4039003e86a336b6ca4b744 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Jul 2022 12:33:01 +0200 Subject: Remove remenants from call button icons Signed-off-by: Joas Schilling --- css/icons.scss | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss index 773a845e7..b8d2b0147 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -85,18 +85,6 @@ @include icon-color('video', 'actions', 'E9322D', 1, true); } - .icon-start-call { - background-image: url(icon-color-path('video', 'actions', $color-primary-text, 1, true)); - } - - .icon-incoming-call { - background-image: url(icon-color-path('video', 'actions', 'fff', 1, true)); - } - - .icon-leave-call { - background-image: url(icon-color-path('video-off', 'actions', 'fff', 1, true)); - } - // Patch material design icons' span wrong height .material-design-icon { display: contents; -- cgit v1.2.3