Unverified Commit 2ecc424b authored by Maria José Solano's avatar Maria José Solano Committed by GitHub

Fix `transition` typo (#620)

parent 9e9f6ee5
...@@ -27,8 +27,12 @@ ...@@ -27,8 +27,12 @@
--font-size-body: 15px; --font-size-body: 15px;
--font-size-summary: 16px; --font-size-summary: 16px;
/* Deprecated variables (because of their typos). Keeeping them around for backwards compatibility. */
--hover-tranistion: background 0.15s ease-in-out; --hover-tranistion: background 0.15s ease-in-out;
--group-collapse-tranistion: opacity 400ms ease-in-out; --group-collapse-tranistion: opacity 400ms ease-in-out;
--hover-transition: var(--hover-tranistion);
--group-collapse-transition: var(--group-collapse-tranistion);
} }
/* Fallback for older CSS themes */ /* Fallback for older CSS themes */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment