2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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

This commit is contained in:
Mark Otto
2013-11-30 14:53:54 -08:00
parent 82bbccde9b
commit 21e2ae9489
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -5664,6 +5664,7 @@ a.list-group-item.active:focus .list-group-item-text {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a {