2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Dropdown in panel header does not inherit its colors

Fix for issue #10627
This commit is contained in:
Chris Ziogas
2013-09-16 12:38:26 +03:00
parent 16279056ae
commit ab3d0a27b3
4 changed files with 35 additions and 1 deletions
+3
View File
@@ -92,6 +92,9 @@
padding: 10px 15px;
border-bottom: 1px solid transparent;
.border-top-radius(@panel-border-radius - 1);
& > .dropdown .dropdown-toggle {
color: inherit;
}
}
// Within heading, strip any `h*` tag of it's default margins for spacing.