Use compound Mic icons everywhere (#9849)
This commit is contained in:
@@ -135,7 +135,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
&.mx_CallView_deviceButton_audio::before {
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-on.svg");
|
||||
mask-image: url("$(res)/img/element-icons/mic.svg");
|
||||
mask-size: 14px;
|
||||
}
|
||||
|
||||
&.mx_CallView_deviceButton_video::before {
|
||||
@@ -179,7 +180,8 @@ limitations under the License.
|
||||
|
||||
.mx_CallView_deviceButton {
|
||||
&.mx_CallView_deviceButton_audio::before {
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-off.svg");
|
||||
mask-image: url("$(res)/img/element-icons/Mic-off.svg");
|
||||
mask-size: 14px;
|
||||
}
|
||||
|
||||
&.mx_CallView_deviceButton_video::before {
|
||||
|
||||
Reference in New Issue
Block a user