1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00
This commit is contained in:
Mark Otto
2018-09-17 12:36:49 -07:00
parent 9e24d68112
commit 5543229950
4 changed files with 3 additions and 7 deletions

View File

@@ -2893,19 +2893,15 @@ fieldset:disabled a.btn {
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none;
}