From 484a2235a84d067f76c1a09e82318dbd61c02516 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 1 Feb 2021 16:04:34 +0100 Subject: Replace mute icon with material design icon Signed-off-by: Vincent Petry --- css/icons.scss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss index cea8444f2..771550777 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -64,12 +64,6 @@ &.icon-grid-view { background-image: url(icon-color-path('toggle-pictures', 'actions', 'fff', 1, true)); } - &.icon-audio { - background-image: url(icon-color-path('audio', 'actions', 'fff', 1, true)); - } - &.icon-audio-off { - background-image: url(icon-color-path('audio-off', 'actions', 'fff', 1, true)); - } &.icon-video { background-image: url(icon-color-path('video', 'actions', 'fff', 1, true)); } -- cgit v1.2.3