Skip to content

Commit

Permalink
fix(cta): revert addition of lightdom for future minor release (#1494)
Browse files Browse the repository at this point in the history
* fix(cta): revert addition of lightdom for future minor release

* fix(cta): remove lightdom css file
  • Loading branch information
zeroedin authored Mar 6, 2024
1 parent 2204c46 commit 2775926
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 218 deletions.
1 change: 0 additions & 1 deletion docs/_includes/layout-base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<link rel="stylesheet" href="{{ '/assets/prism.css' | url }}" >
<link rel="stylesheet" href="{{ '/assets/rhds.min.css' | url }}">
<link rel="stylesheet" href="{{ '/assets/packages/@rhds/elements/elements/rh-footer/rh-footer-lightdom.css' | url }}">
<link rel="stylesheet" href="{{ '/assets/packages/@rhds/elements/elements/rh-cta/rh-cta-lightdom.css' | url }}">
<link rel="stylesheet" href="{{ '/assets/packages/@rhds/elements/elements/rh-subnav/rh-subnav-lightdom.css' | url }}">

{% sassFile false %}
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ <h2>Last CTA Analytics Event</h2>
}
</style>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
import 'https://ga.jspm.io/npm:[email protected]/prism.js';
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/brick.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</rh-cta>
</div>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
</script>
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<button>Button</button>
</rh-cta>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
</script>
1 change: 0 additions & 1 deletion elements/rh-cta/demo/color-context.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<rh-cta variant="brick" icon="circle-play"><a href="#brick-video">Brick Video</a></rh-cta>
</rh-context-demo>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
import '@rhds/elements/lib/elements/rh-context-demo/rh-context-demo.js';
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/no-javascript-customization.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ <h2>Link and button styles (displayed inline)</h2>

</section>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<style>
#dark {
background-color: var(--rh-color-surface-darkest, #151515);
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/resizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
</div>
</section>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
</script>
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/rh-cta.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</rh-cta>


<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
</script>
1 change: 0 additions & 1 deletion elements/rh-cta/demo/right-to-left.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ <h2>Deep Shadow RTL</h2>
</section>


<link rel="stylesheet" href="../rh-cta-lightdom.css">
<style>
shadow-root:not(:defined) {
display: block;
Expand Down
1 change: 0 additions & 1 deletion elements/rh-cta/demo/variants.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
}
</style>

<link rel="stylesheet" href="../rh-cta-lightdom.css">
<script type="module">
import '@rhds/elements/rh-cta/rh-cta.js';
</script>
208 changes: 0 additions & 208 deletions elements/rh-cta/rh-cta-lightdom.css

This file was deleted.

0 comments on commit 2775926

Please sign in to comment.