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