Remove animation from sidebar toggle button #3
Some checks are pending
Publish / publish (push) Waiting to run

This commit is contained in:
david-swift 2025-04-22 13:34:18 +02:00
parent 3e40b4e007
commit f82bc3f591

View File

@ -63,7 +63,7 @@
position: fixed;
padding: 0.5em;
margin: 1rem;
z-index: 100;
z-index: 9;
.icon {
-webkit-mask-image: var(--icon-sidebar);
@ -104,11 +104,6 @@
transition: left 0.3s;
}
#sidebar-toggle:checked ~ .toggle-label {
left: 15em;
transition: left 0.3s;
}
#sidebar-toggle:checked ~ .toggle-overlay {
background-color: rgba(0, 0, 0, 0.5);
transition: background-color 0.3s;