summaryrefslogtreecommitdiff
path: root/sass/parts/_image-toggler.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_image-toggler.scss')
-rw-r--r--sass/parts/_image-toggler.scss24
1 files changed, 0 insertions, 24 deletions
diff --git a/sass/parts/_image-toggler.scss b/sass/parts/_image-toggler.scss
deleted file mode 100644
index e2f420e..0000000
--- a/sass/parts/_image-toggler.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-.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;
-}