Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Sep 22, 2019
1 parent 84ef0d8 commit b89ebee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/scss/elements/font-icon/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
}
}

input:checked ~ .state {
input:checked ~ .state,
input:indeterminate ~ .state {
.icon {
opacity: 1;
}
Expand Down
3 changes: 2 additions & 1 deletion src/scss/elements/image/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
}

input:checked ~ .state img {
input:checked ~ .state img,
input:indeterminate ~ .state img {
opacity: 1;
}
}
3 changes: 2 additions & 1 deletion src/scss/elements/svg/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
}
}

input:checked ~ .state .svg {
input:checked ~ .state .svg,
input:indeterminate ~ .state .svg {
opacity: 1;
}
}

0 comments on commit b89ebee

Please sign in to comment.