Commit 21e2ae94 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #11544: Add color: inherit; to .panel-title to ensure proper text color...

Fixes #11544: Add color: inherit; to .panel-title to ensure proper text color when customizing @headings-color
parent 82bbccde
Showing with 4 additions and 1 deletion
+4 -1
...@@ -5664,6 +5664,7 @@ a.list-group-item.active:focus .list-group-item-text { ...@@ -5664,6 +5664,7 @@ a.list-group-item.active:focus .list-group-item-text {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: 16px; font-size: 16px;
color: inherit;
} }
.panel-title > a { .panel-title > a {
......
This diff is collapsed.
...@@ -110,6 +110,8 @@ ...@@ -110,6 +110,8 @@
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: ceil((@font-size-base * 1.125)); font-size: ceil((@font-size-base * 1.125));
color: inherit;
> a { > a {
color: inherit; color: inherit;
} }
......
Supports Markdown
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