Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created August 17, 2014 18:41
Show Gist options
  • Save EdCharbeneau/49f20f59bcc7aedf008f to your computer and use it in GitHub Desktop.
Save EdCharbeneau/49f20f59bcc7aedf008f to your computer and use it in GitHub Desktop.
Select previous sibling CSS
.previous:has(+ .next) {}
@tomillo
Copy link

tomillo commented Jun 7, 2018

It didn't work for me

@alocin
Copy link

alocin commented Jun 11, 2018

From what I know :has() is not supported by most of the browsers by now.

@dalecreativ
Copy link

https://caniuse.com/#feat=css-has
It is a working draft. We'll get it eventually.

What would be more useful is previous sibling selector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment