正在加载视频...
视频加载失败
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
18,843 次观看 • 29 天前 •via X (Twitter)
0 条评论
暂无评论
原始帖子的评论将显示在这里
