mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -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>
|
||||
|
||||
<style>
|
||||
:global(.btn-dropdown-menu) {
|
||||
:global(ul.btn-dropdown-menu) {
|
||||
display: none;
|
||||
background-color: var(--window-bg);
|
||||
border-color: var(--medium-border);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue