also hide audio areas
This commit is contained in:
parent
631ba25f9f
commit
290687ff47
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,7 @@ function processAudio(svg: XMLDocument): AudioAreaDef[] {
|
||||||
|
|
||||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||||
<style>
|
<style>
|
||||||
/*.svgcontent_audio*/
|
.svgcontent_anchor, .svgcontent_audio {
|
||||||
.svgcontent_anchor {
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue