From: Mark Otto Date: Thu, 12 May 2016 18:12:40 +0000 (-0700) Subject: Restore hiding of the .popover-title with :empty X-Git-Tag: v4.0.0-alpha.3~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19889%2Fhead;p=thirdparty%2Fbootstrap.git Restore hiding of the .popover-title with :empty --- diff --git a/scss/_popover.scss b/scss/_popover.scss index a5de83c379..6e6fe3c9cb 100644 --- a/scss/_popover.scss +++ b/scss/_popover.scss @@ -112,6 +112,10 @@ border-bottom: $popover-border-width solid darken($popover-title-bg, 5%); $offset-border-width: ($border-width / $font-size-root); @include border-radius(($border-radius-lg - $offset-border-width) ($border-radius-lg - $offset-border-width) 0 0); + + &:empty { + display: none; + } } .popover-content {