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

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

python - Pygame screen.blit not working -

c# - Web API response xml language -