What is sr-only in Bootstrap 3?
- by kanarifugl
I wonder what the class sr-only is? Is it important or can I remove it? Works fine without and no explanation is given in the documentations.
Here's my example:
<div class="btn-group">
<button type="button" class="btn btn-info btn-md">Departments</button>
<button type="button" class="btn btn-info dropdown-toggle…