mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
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;
|
||||
top: 8px; // 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 {
|
||||
|
@ -46,6 +46,6 @@ limitations under the License.
|
|||
height: 12px;
|
||||
top: 10px; // 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