diff options
| author | Mark Otto <[email protected]> | 2020-04-13 17:48:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-04-26 17:26:04 -0700 |
| commit | 0408799ae5ddad0ea8d441bca6de5d5bbb730e16 (patch) | |
| tree | dbf5f963bf0529e2c629071ceeb1d3212f4ad4fe /scss/_buttons.scss | |
| parent | bb7ada6548290faad01eaea7c8746b9d8ead956c (diff) | |
| download | bootstrap-0408799ae5ddad0ea8d441bca6de5d5bbb730e16.tar.xz bootstrap-0408799ae5ddad0ea8d441bca6de5d5bbb730e16.zip | |
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`
Diffstat (limited to 'scss/_buttons.scss')
| -rw-r--r-- | scss/_buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 7381de533..db9d172e8 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -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; |
