I have html tree structure as shown in above image. I am applying following CSS to this html tree structure but it is not working.
.blur:not(.activerow){
filter: blur(3px);
pointer-events: none;
}
Entire page gets blur, including the activerow class. I want to blur entire blur class except activerow class