mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Fix bug where a panel recieve extra top border
https://github.com/twbs/bootstrap/issues/13734 A panel placed inside of a collapsible panel recieve extra top border. This commit reduces the effect of a selector to apply a border only to the collapsible panel body itself, not to any panel placed within it.
This commit is contained in:
parent
f9495eab12
commit
f87a023153
@ -206,7 +206,7 @@
|
|||||||
|
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
+ .panel-collapse .panel-body {
|
+ .panel-collapse > .panel-body {
|
||||||
border-top: 1px solid @panel-inner-border;
|
border-top: 1px solid @panel-inner-border;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user