Skip to content

Commit 39af538

Browse files
author
Joe Crick
committed
(master): Update popover namespace
1 parent ed73ab6 commit 39af538

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h2 class="content-subhead">Popover</h2>
643643

644644
<h3>Toggleable</h3>
645645

646-
<div class="popover-container">
646+
<div class="pcssc-popover">
647647
<label class="pure-button popover-toggle-label" for="popover-one">Bottom Popover</label>
648648
<input class="popover-toggle pcssc-invisible" type="checkbox" name="popover-toggle"
649649
id="popover-one"/>
@@ -658,7 +658,7 @@ <h3 class="popover-title">Popover bottom</h3>
658658

659659
<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;margin-top: 50px;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre
660660
style="margin: 0; line-height: 125%">
661-
&lt;div class=<span style="color: #a31515">&quot;popover-container&quot;</span>&gt;
661+
&lt;div class=<span style="color: #a31515">&quot;pcssc-popover&quot;</span>&gt;
662662
&lt;label class=<span style="color: #a31515">&quot;pure-button popover-toggle-label&quot;</span> <span
663663
style="color: #0000ff">for</span>=<span
664664
style="color: #a31515">&quot;popover-one&quot;</span>&gt;Bottom Popover&lt;/label&gt;
@@ -679,7 +679,7 @@ <h3 class="popover-title">Popover bottom</h3>
679679

680680
<h3>Dismissable</h3>
681681

682-
<div class="popover-container">
682+
<div class="pcssc-popover">
683683
<div tabindex="0"
684684
class="pure-button popover-toggle popover-toggle-dismissable popover-dismissable-right">
685685
Dismissable Right Popover
@@ -695,7 +695,7 @@ <h3 class="popover-title">Popover Right</h3>
695695

696696
<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;margin-top: 50px;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre
697697
style="margin: 0; line-height: 125%">
698-
&lt;div class=<span style="color: #a31515">&quot;popover-container&quot;</span>&gt;
698+
&lt;div class=<span style="color: #a31515">&quot;pcssc-popover&quot;</span>&gt;
699699
&lt;div tabindex=<span style="color: #a31515">&quot;0&quot;</span> class=<span style="color: #a31515">&quot;pure-button popover-toggle popover-toggle-dismissable popover-dismissable-right&quot;</span>&gt;
700700
Dismissable Right Popover
701701
&lt;/div&gt;

main.css

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/popover.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import '../lib/close-button';
33
@import '../lib/variables';
44

5-
.popover-container {
5+
.pcssc-popover {
66

77
display: inline-block;
88

0 commit comments

Comments
 (0)