Nuked local .a() mixins and simplified the nesting
This commit is contained in:
parent
b7dcefea83
commit
55bbb9ffd7
2 changed files with 35 additions and 74 deletions
18
docs/assets/css/bootstrap.css
vendored
18
docs/assets/css/bootstrap.css
vendored
|
|
@ -4795,7 +4795,9 @@ a.thumbnail:focus {
|
|||
border-radius: .25em;
|
||||
}
|
||||
|
||||
.label[href]:hover,
|
||||
a.label:hover,
|
||||
.label[href]:focus,
|
||||
a.label:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
|
@ -4810,14 +4812,6 @@ a.label:focus {
|
|||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href] {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
|
@ -4826,6 +4820,14 @@ a.label:focus {
|
|||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href] {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue