Post

daniel petho
daniel petho@nonzeroexitcode·
this effect can be achieved using only css by combining the :has() and :not() pseudo-classes: `.menu:has(.item:hover) .item:not(:hover) { filter: blur(8px); }` which simply means: when a menu has a hovered item, blur every item inside it that isn't being hovered
English
12
8
318
18.1K
B
B@bartbak_·
@nonzeroexitcode Too disturbing? Imo they look much better when you don't blur them. You have a well balanced set of icons and type.
English
1
0
2
60
daniel petho
daniel petho@nonzeroexitcode·
@bartbak_ yes completely fair! it was just quick experiment do demonstrate the effect, but in hindsight a simple color change would have been better lol
English
0
0
0
24
Paylaş