Guest User

Untitled

a guest
Oct 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. div:has(> section[style*="display:block"]) {
  2. display: none;
  3. }
  4.  
  5. $("div:has(section[style*=`display:block`]").hide()
Add Comment
Please, Sign In to add comment