Fix buttons hovering effect

This commit is contained in:
Lucas 2024-02-01 18:25:43 -03:00
parent b36105b1cf
commit 5a7f58bf43

View file

@ -626,7 +626,6 @@ x-dialog:not([show]) x-background {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
z-index: -1;
opacity: 0; opacity: 0;
background-color: var(--accent-color); background-color: var(--accent-color);
transition: opacity 300ms; transition: opacity 300ms;