remove focus border from btn-link
This commit is contained in:
parent
137225f7a3
commit
b1acf3d711
@ -54,6 +54,10 @@ h1, h2, h3, h4, h5 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-link:focus {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
$enable-print-styles: false;
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user