Music buttons should have no background
This commit is contained in:
parent
b4fc734a15
commit
57304e8d7e
2 changed files with 5 additions and 1 deletions
|
@ -141,5 +141,9 @@ main {
|
|||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
::v-deep button {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
2
webext
2
webext
|
@ -1 +1 @@
|
|||
Subproject commit 62a68f65158bad22b96397ef77af365c924d695c
|
||||
Subproject commit 6f91a3c295f2aa5d54f302c6397c3a57f47cfb03
|
Loading…
Reference in a new issue