@planningcenter/tapestry 3.2.3-rc.1 → 3.2.3-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/unstable.css CHANGED
@@ -1830,8 +1830,7 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
1830
1830
  --tds-btn-loading-spinner-track-color:var(--t-fill-color-status-error-ghost);
1831
1831
  }
1832
1832
 
1833
- .tds-btn--inline-text,
1834
- a[class="tds-btn"]{
1833
+ .tds-btn--inline-text{
1835
1834
  --tds-btn-color:var(--t-text-color-interaction);
1836
1835
  --tds-btn-color-hover:var(--t-text-color-interaction-hover);
1837
1836
  --tds-btn-color-active:var(--t-text-color-interaction-active);
@@ -1852,7 +1851,7 @@ a[class="tds-btn"]{
1852
1851
  vertical-align:inherit;
1853
1852
  }
1854
1853
 
1855
- :is(.tds-btn--inline-text,a[class="tds-btn"]):hover,:is(.tds-btn--inline-text,a[class="tds-btn"]):focus-visible{
1854
+ .tds-btn--inline-text:hover,.tds-btn--inline-text:focus-visible{
1856
1855
  --tds-btn-text-decoration:none;
1857
1856
  }
1858
1857