diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-16 10:36:13 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-17 17:03:00 +0300 |
| commit | 94395af93273944fc3d06b6091bf6c0bd8a01c36 (patch) | |
| tree | 301760ac223575a73695015fd0e85c486d2781e0 | |
| parent | 81d5e6eb1b3db3b563cac392a81ab6fad41eb5fd (diff) | |
| download | bootstrap-94395af93273944fc3d06b6091bf6c0bd8a01c36.tar.xz bootstrap-94395af93273944fc3d06b6091bf6c0bd8a01c36.zip | |
Restore `cursor: pointer` for checkbox/radio buttons (#29239)
| -rw-r--r-- | scss/_buttons.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 0740e0584..48b21e226 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -11,6 +11,7 @@ color: $body-color; text-align: center; vertical-align: middle; + cursor: if($enable-pointer-cursor-for-buttons, pointer, null); user-select: none; background-color: transparent; border: $btn-border-width solid transparent; |
