mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Merge pull request #1139 from hgiesel/toolbarfixes
Fix ButtonDropdown not hiding when closed
This commit is contained in:
commit
6b8c069900
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