Remove animation from sidebar toggle button #3
Some checks are pending
Publish / publish (push) Waiting to run
Some checks are pending
Publish / publish (push) Waiting to run
This commit is contained in:
parent
3e40b4e007
commit
f82bc3f591
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user