css - CSS3 NOT and Sibling selector not working in chrome -


from reason code below working ok in firefox, in chrome not (in chrome can see inspect element condition met):

.hiddenfields:not([style*="display:none"]):not([style*="display: none"]) ~ p.form-helper-t23 {  	opacity: 0;  }


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -