Commit de491e91 authored by Mark Otto's avatar Mark Otto

fixes #15493: inherit color on small/.small in .panel-title

parent c020669b
...@@ -5311,7 +5311,11 @@ a.list-group-item-danger.active:focus { ...@@ -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 {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -36,7 +36,11 @@ ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment