remove toggle transition

This commit is contained in:
Cory LaViska
2021-08-12 09:00:06 -04:00
parent 83a01cf0e2
commit b754912990

View File

@@ -104,7 +104,6 @@
color: rgb(var(--sl-color-neutral-600));
padding: 0 1rem;
cursor: pointer;
transition: none;
}
.code-block__button:not(:last-of-type) {
@@ -154,7 +153,6 @@
width: 100%;
color: rgb(var(--sl-color-neutral-600));
cursor: pointer;
transition: 250ms background-color;
-webkit-appearance: none;
}