Skip to content

Commit

Permalink
Rename docs-specific static tooltip/popover classes for clarity; refs t…
Browse files Browse the repository at this point in the history
…wbs#18043

[skip sauce]
  • Loading branch information
cvrebert committed Oct 24, 2015
1 parent 25d724b commit 4461884
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@
}

// Popovers
.bd-example-popover {
.bd-example-popover-static {
padding-bottom: 1.5rem;
background-color: #f9f9f9;
}
.bd-example-popover .popover {
.bd-example-popover-static .popover {
position: relative;
display: block;
float: left;
Expand All @@ -266,7 +266,7 @@
}

// Tooltips
.bd-example-tooltip .tooltip {
.bd-example-tooltip-static .tooltip {
position: relative;
display: inline-block;
margin: 10px 20px;
Expand Down
2 changes: 1 addition & 1 deletion docs/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(function () {

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-arrow"></div>
<h3 class="popover-title">Popover top</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Hover over the links below to see tooltips:

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-arrow"></div>
<div class="tooltip-inner">
Expand Down

0 comments on commit 4461884

Please sign in to comment.