Closed lucabecchetti closed 2 years ago
How can i remove (current) string?
The "current" string should be hidden by bootstraps .sr-only class, as it's only for screen readers. To implement this manually you could do:
.sr-only
.sr-only { display: none; }
How can i remove (current) string?