Apply prettier formatting
This commit is contained in:
@@ -53,7 +53,7 @@ limitations under the License.
|
||||
box-shadow: 0px 4px 4px 0px #00000026; /* Same on both themes */
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: "";
|
||||
display: inline-block;
|
||||
|
||||
mask-repeat: no-repeat;
|
||||
@@ -77,7 +77,7 @@ limitations under the License.
|
||||
&::before {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
mask-image: url('$(res)/img/element-icons/message/chevron-up.svg');
|
||||
mask-image: url("$(res)/img/element-icons/message/chevron-up.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_dropdownButton_collapsed::before {
|
||||
@@ -94,24 +94,24 @@ limitations under the License.
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_mic::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/mic-on.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-on.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_vid::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/cam-on.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/cam-on.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_screensharing {
|
||||
background-color: $accent;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/screensharing.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/screensharing.svg");
|
||||
background-color: white; /* Same on both themes */
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_sidebar::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/sidebar-on.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/sidebar-on.svg");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,18 +123,18 @@ limitations under the License.
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_mic::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/mic-off.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/mic-off.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_vid::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/cam-off.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/cam-off.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_screensharing {
|
||||
background-color: $call-view-button-on-background;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/screensharing.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/screensharing.svg");
|
||||
background-color: $call-view-button-on-foreground;
|
||||
}
|
||||
}
|
||||
@@ -143,7 +143,7 @@ limitations under the License.
|
||||
background-color: $call-view-button-on-background;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/sidebar-off.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/sidebar-off.svg");
|
||||
background-color: $call-view-button-on-foreground;
|
||||
}
|
||||
}
|
||||
@@ -152,20 +152,20 @@ limitations under the License.
|
||||
|
||||
/* Stateless buttons */
|
||||
&.mx_LegacyCallViewButtons_dialpad::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/dialpad.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/dialpad.svg");
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_hangup {
|
||||
background-color: $alert;
|
||||
|
||||
&::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/hangup.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/hangup.svg");
|
||||
background-color: white; /* Same on both themes */
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_LegacyCallViewButtons_button_more::before {
|
||||
mask-image: url('$(res)/img/voip/call-view/more.svg');
|
||||
mask-image: url("$(res)/img/voip/call-view/more.svg");
|
||||
}
|
||||
/* Stateless buttons */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user