Remove dead CSS
This commit is contained in:
parent
e65464b0d3
commit
c25d3aedcb
1 changed files with 2 additions and 8 deletions
|
@ -5,20 +5,14 @@
|
||||||
.play.icon, .pause.icon {
|
.play.icon, .pause.icon {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
g {
|
|
||||||
transform: translate(2px, 0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pause.icon g {
|
.pause.icon {
|
||||||
rect {
|
g rect {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
fill: #FFF;
|
fill: #FFF;
|
||||||
}
|
}
|
||||||
rect:first-child {
|
|
||||||
transform: translate(-3px, 0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.refresh.icon {
|
.refresh.icon {
|
||||||
|
|
Loading…
Reference in a new issue