2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Rename variables for brevity

- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion`
- Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
This commit is contained in:
Mark Otto
2020-04-13 17:48:19 -07:00
committed by Mark Otto
parent bb7ada6548
commit 0408799ae5
6 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
text-decoration: if($link-decoration == none, null, none);
white-space: $btn-white-space;
vertical-align: middle;
cursor: if($enable-pointer-cursor-for-buttons, pointer, null);
cursor: if($enable-button-pointers, pointer, null);
user-select: none;
background-color: transparent;
border: $btn-border-width solid transparent;