aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/mixins.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 701ed2cc3..9e6d622ae 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -331,7 +331,7 @@
// -------------------------
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
border-color: @border;
- .panel-heading {
+ & > .panel-heading {
color: @heading-text-color;
background-color: @heading-bg-color;
border-color: @heading-border;
@@ -339,7 +339,7 @@
border-top-color: @border;
}
}
- .panel-footer {
+ & > .panel-footer {
+ .panel-collapse .panel-body {
border-bottom-color: @border;
}