mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Hide ButtonDropdown when closed
Otherwise ul.{svelte-class} in ButtonGroup has higher priority then .show from Bootstrap
This commit is contained in:
parent
4d4603c078
commit
b35f5cdae0
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:global(.btn-dropdown-menu) {
|
:global(ul.btn-dropdown-menu) {
|
||||||
|
display: none;
|
||||||
background-color: var(--window-bg);
|
background-color: var(--window-bg);
|
||||||
border-color: var(--medium-border);
|
border-color: var(--medium-border);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue