Use compound Mic icons everywhere (#9849)
This commit is contained in:
parent
0f7a2ce6df
commit
ecb3e7a197
13 changed files with 22 additions and 29 deletions
|
@ -94,7 +94,9 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_mic::before {
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-on.svg");
|
||||
height: 20px;
|
||||
mask-image: url("$(res)/img/element-icons/mic.svg");
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_vid::before {
|
||||
|
@ -123,7 +125,9 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_mic::before {
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-off.svg");
|
||||
height: 20px;
|
||||
mask-image: url("$(res)/img/element-icons/Mic-off.svg");
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_vid::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue