My question is: Are there any CSS classes or attributes in Bootstrap 4 specifically designed for applying the pointer: cursor
property to buttons or links?
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" rel="stylesheet"/>
<button type="button" class="btn btn-success">Sample Button</button>