Disable focus when the graph is blurred

This commit is contained in:
2024-03-26 19:16:01 +01:00
parent fc555efbc0
commit 642eed0717

View File

@@ -117,6 +117,7 @@ button:focus-visible {
.blurred {
filter: blur(32px);
pointer-events: none;
}
.player {
flex-grow: 1;