Fixed deprecation warning in BaseAccordion

This commit is contained in:
RemixDev
2021-05-06 12:07:26 +02:00
parent 6baf7d989b
commit 9710a5f19f
2 changed files with 3 additions and 3 deletions

View File

@@ -11,11 +11,11 @@
</template>
<style>
details > summary::-webkit-details-marker {
details > summary::marker {
display: none;
}
details.with-arrow > summary::-webkit-details-marker {
details.with-arrow > summary::marker {
display: initial;
vertical-align: var(--arrow-v-align, super);
}