mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
Restore cursor: pointer for checkbox/radio buttons (#29239)
This commit is contained in:
parent
361ab8063d
commit
ceddca71a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue