From b7549129909043fec013422f3da22868200c48ee Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 12 Aug 2021 09:00:06 -0400 Subject: [PATCH] remove toggle transition --- docs/assets/plugins/code-block/code-block.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/assets/plugins/code-block/code-block.css b/docs/assets/plugins/code-block/code-block.css index 107c5cce9..d24cf741b 100644 --- a/docs/assets/plugins/code-block/code-block.css +++ b/docs/assets/plugins/code-block/code-block.css @@ -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; }