Created
May 12, 2019 09:00
-
-
Save bartcis/de0bfc6cb6e4f25c5ebee49910652b12 to your computer and use it in GitHub Desktop.
Example CSS selector combinators
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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