mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
more nesting in buttons.less
This commit is contained in:
committed by
Chris Rebert
parent
084291aac7
commit
6e03639af2
Vendored
+7
-7
@@ -2074,6 +2074,13 @@ fieldset[disabled] .btn-info.active {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #428bca;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:active,
|
||||
.btn-link[disabled],
|
||||
@@ -2091,13 +2098,6 @@ fieldset[disabled] .btn-link {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #428bca;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link:hover,
|
||||
.btn-link:focus {
|
||||
color: #2a6496;
|
||||
|
||||
Reference in New Issue
Block a user