mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Revert "style(next): fix dropdown container while app is loading"
This reverts commit 939469ba5465c5cab3d3d23b9a429942a09153b1.
This commit is contained in:
parent
27bdb39155
commit
77eceabf6e
@ -328,7 +328,7 @@ button kbd {
|
|||||||
--bs-dropdown-zindex: 999;
|
--bs-dropdown-zindex: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.desktop .dropdown-menu.show {
|
body.desktop .dropdown-menu {
|
||||||
border: 1px solid var(--dropdown-border-color);
|
border: 1px solid var(--dropdown-border-color);
|
||||||
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
|
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
|
||||||
animation: dropdown-menu-opening 100ms ease-in;
|
animation: dropdown-menu-opening 100ms ease-in;
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
* supported when this class is used.
|
* supported when this class is used.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.dropdown-menu.show:not(.static) {
|
.dropdown-menu:not(.static) {
|
||||||
border-radius: var(--dropdown-border-radius);
|
border-radius: var(--dropdown-border-radius);
|
||||||
padding: var(--menu-padding-size) !important;
|
padding: var(--menu-padding-size) !important;
|
||||||
font-size: 0.9rem !important;
|
font-size: 0.9rem !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user