2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Restore cursor: pointer for checkbox/radio buttons (#29239)

This commit is contained in:
Martijn Cuppens
2019-08-16 10:36:13 +02:00
committed by XhmikosR
parent 81d5e6eb1b
commit 94395af932
+1
View File
@@ -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;