mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
Revert "Remove font-size prop entirely from DropdownItem"
This reverts commit bb0a158f96
.
This commit is contained in:
parent
bb0a158f96
commit
e925f4b065
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
font-size: var(--dropdown-font-size, var(--base-font-size));
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue