mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 13:43:11 +02:00
Nuked local .a() mixins and simplified the nesting
This commit is contained in:
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user