mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Rename docs-specific static tooltip/popover classes for clarity; refs #18043
[skip sauce]
This commit is contained in:
parent
25d724b279
commit
4461884f69
@ -253,11 +253,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Popovers
|
// Popovers
|
||||||
.bd-example-popover {
|
.bd-example-popover-static {
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
.bd-example-popover .popover {
|
.bd-example-popover-static .popover {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
@ -266,7 +266,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
.bd-example-tooltip .tooltip {
|
.bd-example-tooltip-static .tooltip {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 10px 20px;
|
margin: 10px 20px;
|
||||||
|
@ -53,7 +53,7 @@ $(function () {
|
|||||||
|
|
||||||
Four options are available: top, right, bottom, and left aligned.
|
Four options are available: top, right, bottom, and left aligned.
|
||||||
|
|
||||||
<div class="bd-example bd-example-popover">
|
<div class="bd-example bd-example-popover-static">
|
||||||
<div class="popover popover-top">
|
<div class="popover popover-top">
|
||||||
<div class="popover-arrow"></div>
|
<div class="popover-arrow"></div>
|
||||||
<h3 class="popover-title">Popover top</h3>
|
<h3 class="popover-title">Popover top</h3>
|
||||||
|
@ -48,7 +48,7 @@ Hover over the links below to see tooltips:
|
|||||||
|
|
||||||
Four options are available: top, right, bottom, and left aligned.
|
Four options are available: top, right, bottom, and left aligned.
|
||||||
|
|
||||||
<div class="bd-example bd-example-tooltip">
|
<div class="bd-example bd-example-tooltip-static">
|
||||||
<div class="tooltip top" role="tooltip">
|
<div class="tooltip top" role="tooltip">
|
||||||
<div class="tooltip-arrow"></div>
|
<div class="tooltip-arrow"></div>
|
||||||
<div class="tooltip-inner">
|
<div class="tooltip-inner">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user