fixes #15493: inherit color on small/.small in .panel-title
This commit is contained in:
parent
c020669b07
commit
de491e914a
4 changed files with 12 additions and 4 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;
|
||||
color: inherit;
|
||||
}
|
||||
.panel-title > a {
|
||||
.panel-title > a,
|
||||
.panel-title > small,
|
||||
.panel-title > .small,
|
||||
.panel-title > small > a,
|
||||
.panel-title > .small > a {
|
||||
color: inherit;
|
||||
}
|
||||
.panel-footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue