Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created May 12, 2019 09:00
Show Gist options
  • Save bartcis/de0bfc6cb6e4f25c5ebee49910652b12 to your computer and use it in GitHub Desktop.
Save bartcis/de0bfc6cb6e4f25c5ebee49910652b12 to your computer and use it in GitHub Desktop.
Example CSS selector combinators
.form__field__input ~ .form__field__state-icon {
color: red;
}
.form__field__input + .form__field__label {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment