@planningcenter/tapestry 4.6.0 → 4.6.1

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
@@ -2614,11 +2614,12 @@
2614
2614
  }
2615
2615
 
2616
2616
  @supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)){
2617
+ @media (hover) and (pointer: fine){
2617
2618
  .tds-select select:has(> button){
2618
- padding-inline-end:0;
2619
- background-image:none;
2619
+ padding-inline-end:0;
2620
+ background-image:none;
2620
2621
  }
2621
- @media (hover) and (pointer: fine){
2622
+
2622
2623
  :is(.tds-select select:has( > button)),:is(.tds-select select:has( > button))::picker(select){
2623
2624
  padding-block:0;
2624
2625
  -webkit-appearance:base-select;