Skip to content

Commit

Permalink
updated Codepen CSSfor toggling original input visibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Aug 20, 2021
1 parent 22ecf08 commit afc0933
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/codepen.css
Expand Up @@ -39,12 +39,14 @@ label[for='checkbox-tagify-show-input'] + input{
transform: scale(1.4);
}

label[for='checkbox-tagify-show-input'] + input:checked ~ input,
label[for='checkbox-tagify-show-input'] + input:checked ~ textarea{
#checkbox-tagify-show-input:checked ~ input,
#checkbox-tagify-show-input:checked ~ textarea{
display: block !important;
position: static !important;
transform: none !important;
width: 100%;
max-width: 700px;
margin-top: 1.5em;
margin-top: 1em;
padding: .5em;
}

label[for='checkbox-tagify-show-input'] + input:checked ~ textarea{
Expand Down

0 comments on commit afc0933

Please sign in to comment.