mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
fixes #4852: popover carets fully functional in ie8 holy carp wtfbqq huge shoutout to @PumaOmaR
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -3812,6 +3812,7 @@ button.close {
|
||||
margin-left: -10px;
|
||||
border-top-color: #ffffff;
|
||||
border-bottom-width: 0;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.popover.right .arrow {
|
||||
@@ -3828,6 +3829,7 @@ button.close {
|
||||
left: 1px;
|
||||
border-right-color: #ffffff;
|
||||
border-left-width: 0;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.popover.bottom .arrow {
|
||||
@@ -3844,6 +3846,7 @@ button.close {
|
||||
margin-left: -10px;
|
||||
border-bottom-color: #ffffff;
|
||||
border-top-width: 0;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.popover.left .arrow {
|
||||
@@ -3860,6 +3863,7 @@ button.close {
|
||||
bottom: -10px;
|
||||
border-left-color: #ffffff;
|
||||
border-right-width: 0;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
Reference in New Issue
Block a user