mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix flicker when hovering over deck list (#2958)
* Remove backdrop-filter from deck browser * Remove transition
This commit is contained in:
parent
e116a53b70
commit
462c9e76b1
1 changed files with 0 additions and 2 deletions
|
@ -16,9 +16,7 @@ table {
|
|||
&:hover {
|
||||
@include elevation(2);
|
||||
}
|
||||
transition: box-shadow var(--transition) ease-in-out;
|
||||
background: var(--canvas-glass);
|
||||
backdrop-filter: blur(var(--blur));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue