mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 02:35:49 +00:00
fixes #15493: inherit color on small/.small in .panel-title
This commit is contained in:
parent
c020669b07
commit
de491e914a
4 changed files with 11 additions and 3 deletions
6
dist/css/bootstrap.css
vendored
6
dist/css/bootstrap.css
vendored
|
|
@ -5311,7 +5311,11 @@ a.list-group-item-danger.active:focus {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.panel-title > a {
|
.panel-title > a,
|
||||||
|
.panel-title > small,
|
||||||
|
.panel-title > .small,
|
||||||
|
.panel-title > small > a,
|
||||||
|
.panel-title > .small > a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.panel-footer {
|
.panel-footer {
|
||||||
|
|
|
||||||
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -36,7 +36,11 @@
|
||||||
font-size: ceil((@font-size-base * 1.125));
|
font-size: ceil((@font-size-base * 1.125));
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
> a {
|
> a,
|
||||||
|
> small,
|
||||||
|
> .small,
|
||||||
|
> small > a,
|
||||||
|
> .small > a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue