mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
UX: [vue] Fix picto color in document actions dropdown
This commit is contained in:
parent
9d1e54d3a0
commit
5931b2f709
@ -44,3 +44,9 @@ async function download_and_open(event: Event): Promise<void> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="sass">
|
||||||
|
i.fa::before {
|
||||||
|
color: var(--bs-dropdown-link-hover-color);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -52,3 +52,9 @@ async function download_and_open(event: Event): Promise<void> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="sass">
|
||||||
|
i.fa::before {
|
||||||
|
color: var(--bs-dropdown-link-hover-color);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -40,5 +40,8 @@ async function beforeLeave(event: Event): Promise<true> {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="sass">
|
<style scoped lang="sass">
|
||||||
|
i.fa::before {
|
||||||
|
color: var(--bs-dropdown-link-hover-color);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user