Changed generated control buttons to text.
Fixed some JSDoc.
This commit is contained in:
0
src/styles/music-player.css
Normal file
0
src/styles/music-player.css
Normal file
@@ -1,34 +0,0 @@
|
||||
.player.play-btn {
|
||||
box-sizing: border-box;
|
||||
height: 48px;
|
||||
width: 48;
|
||||
transition: 80ms all ease;
|
||||
will-change: border-width;
|
||||
cursor: pointer;
|
||||
border-color: transparent transparent transparent black;
|
||||
|
||||
border-style: solid;
|
||||
border-width: 24px 0px 24px 48px;
|
||||
}
|
||||
|
||||
.player.play-btn.pause {
|
||||
border-style: double;
|
||||
border-width: 0px 0px 0px 60px;
|
||||
}
|
||||
|
||||
|
||||
.player.next {
|
||||
border-style: none;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.player.previous {
|
||||
border-style: none;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
table.player {
|
||||
border-collapse: collapse;
|
||||
}
|
Reference in New Issue
Block a user