@planningcenter/tapestry 3.4.1-rc.7 → 3.4.1-rc.9

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
@@ -1796,11 +1796,19 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
1796
1796
  transition-property:color, background-color, border-color, box-shadow, fill, stroke, opacity;
1797
1797
  }
1798
1798
 
1799
- .tds-btn:where(.tds-btn--icononly,:has(.prefix,svg:not(.suffix))){
1799
+ .tds-btn:where(.tds-btn--icononly,.tds-btn--prefix){
1800
1800
  padding-left:var(--tds-btn-padding-truncated-x);
1801
1801
  }
1802
1802
 
1803
- .tds-btn:where(.tds-btn--icononly,:has(.suffix,svg:not(.prefix))){
1803
+ .tds-btn:where(.tds-btn--icononly,.tds-btn--suffix){
1804
+ padding-right:var(--tds-btn-padding-truncated-x);
1805
+ }
1806
+
1807
+ .tds-btn.tds-btn--icononly,.tds-btn.tds-btn--prefix{
1808
+ padding-left:var(--tds-btn-padding-truncated-x);
1809
+ }
1810
+
1811
+ .tds-btn.tds-btn--icononly,.tds-btn.tds-btn--suffix{
1804
1812
  padding-right:var(--tds-btn-padding-truncated-x);
1805
1813
  }
1806
1814