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
|
|
@ -36,7 +36,11 @@
|
|||
font-size: ceil((@font-size-base * 1.125));
|
||||
color: inherit;
|
||||
|
||||
> a {
|
||||
> a,
|
||||
> small,
|
||||
> .small,
|
||||
> small > a,
|
||||
> .small > a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue