mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-25 23:53:45 +01:00
d0de3bf1b2
* Update _keys.scss * Update _keys.scss Change to the keys "arrow-down": "\2193", // ↓ "arrow-left": "\2190", // ← "arrow-right": "\2192", // → "arrow-up": "\2191", // ↑ "tab": "\21E5", // ⇥ also makes a few other lowercase hex numerals uppercase for consistency * Revert "Update _keys.scss" This reverts commit 55ceceb3c479b0dd71e62273e223473bfb841d17. * Revert "Update _keys.scss" This reverts commit 9b6361c0d77621b2ed218250fb7dfc260ee27770. * Update _keys.scss Changed key visualization for ``` "arrow-down": "\2193", // ↓ "arrow-left": "\2190", // ← "arrow-right": "\2192", // → "arrow-up": "\2191", // ↑ "tab": "\21E5", // ⇥ ``` and fixed a few lowercase hex to be uppercase for consistency.