refactor(legacy): remove unused waveform related code (#3003)
Co-authored-by: Thomas Göttgens <tgoettgens@mail.com> Co-authored-by: Kyle Robbertze <paddatrapper@users.noreply.github.com>
This commit is contained in:
parent
a556b73d2a
commit
064c435b09
8 changed files with 62 additions and 1146 deletions
|
@ -4363,44 +4363,19 @@ body.droppable .artwork-upload .artwork-preview {
|
|||
width: 480px;
|
||||
}
|
||||
|
||||
/* -webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none; */
|
||||
textarea,
|
||||
input {
|
||||
.visual-waveform-editor textarea,
|
||||
.visual-waveform-editor input,
|
||||
.visual-waveform-editor input:focus,
|
||||
.visual-waveform-editor select:focus,
|
||||
.visual-waveform-editor textarea:focus,
|
||||
.visual-waveform-editor button:focus {
|
||||
outline: none;
|
||||
}
|
||||
} */
|
||||
|
||||
input:focus,
|
||||
select:focus,
|
||||
textarea:focus,
|
||||
button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.navtt {
|
||||
margin-bottom: 18px;
|
||||
margin-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.navtt > li > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
li {
|
||||
.visual-waveform-editor li {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.navtt-content.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navtt-content.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-control-player {
|
||||
padding: 5px 7px 5px 10px;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue