Merge commit '9475df0914
'
This commit is contained in:
parent
232e4c414e
commit
ce09642e23
332 changed files with 25244 additions and 0 deletions
24
themes/tabi-lean/sass/parts/_image-toggler.scss
Normal file
24
themes/tabi-lean/sass/parts/_image-toggler.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
.image-label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.image-toggled {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.image-toggler-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.image-toggler-toggle:checked ~ .image-label .image-toggled {
|
||||
position: static;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.image-toggler-toggle:checked ~ .image-label .image-default {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue