Remove on focus outline from bootstrap btn sitewide [SCI-8344] (#5338)

This commit is contained in:
Soufiane 2023-04-25 16:01:48 +02:00 committed by GitHub
parent c4a0ebeadf
commit ea2b29ff55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,3 +151,7 @@
@include font-button;
}
}
.btn:active:focus {
outline: none;
}