remove focus border from btn-link

This commit is contained in:
Thomas Amland 2020-08-16 11:26:02 +02:00
parent 137225f7a3
commit b1acf3d711

View File

@ -54,6 +54,10 @@ h1, h2, h3, h4, h5 {
color: #fff; color: #fff;
} }
.btn-link:focus {
box-shadow: none !important;
}
$enable-print-styles: false; $enable-print-styles: false;
$enable-responsive-font-sizes: true; $enable-responsive-font-sizes: true;