Change symbol names
This commit is contained in:
parent
d4acd0e41c
commit
6764b8d645
3 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ limitations under the License.
|
||||||
height: 16px;
|
height: 16px;
|
||||||
top: 8px; // center
|
top: 8px; // center
|
||||||
left: 12px; // center
|
left: 12px; // center
|
||||||
mask-image: url('$(res)/img/element-icons/play-symbol.svg');
|
mask-image: url('$(res)/img/element-icons/play.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_PlayPauseButton_pause::before {
|
&.mx_PlayPauseButton_pause::before {
|
||||||
|
@ -46,6 +46,6 @@ limitations under the License.
|
||||||
height: 12px;
|
height: 12px;
|
||||||
top: 10px; // center
|
top: 10px; // center
|
||||||
left: 11px; // center
|
left: 11px; // center
|
||||||
mask-image: url('$(res)/img/element-icons/pause-symbol.svg');
|
mask-image: url('$(res)/img/element-icons/pause.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Loading…
Reference in a new issue