aboutsummaryrefslogtreecommitdiff
path: root/scss/_reboot.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 4c5dfcba4..73b974b57 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -463,7 +463,7 @@ button,
[type="submit"] {
-webkit-appearance: button; // 2
- @if $enable-pointer-cursor-for-buttons {
+ @if $enable-button-pointers {
&:not(:disabled) {
cursor: pointer; // 3
}