ar-poncho 2.1.45 → 2.1.46

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.
@@ -1322,6 +1322,10 @@ footer.pm-open-map {
1322
1322
  width: calc(100% - var(--pm-content-padding));
1323
1323
  background: var(--pm-slider-background);
1324
1324
  }
1325
+ footer.pm-open-map > details {
1326
+ --summary-padding-t: 4px;
1327
+ --summary-padding-b: 4px;
1328
+ }
1325
1329
  footer.pm-open-map > details {
1326
1330
  border-color: var(--pm-slider-border-color) transparent transparent !important;
1327
1331
  border-style: solid;
@@ -1330,6 +1334,9 @@ footer.pm-open-map > details {
1330
1334
  padding-top: 0;
1331
1335
  padding-bottom: 0;
1332
1336
  }
1337
+ footer.pm-open-map > details > summary:before {
1338
+ background-color: transparent;
1339
+ }
1333
1340
  footer.pm-open-map > details > summary:focus,
1334
1341
  footer.pm-open-map > details:focus-within {
1335
1342
  border-radius: max(var(--pm-slider-radius) / 2, var(--pm-slider-radius) - var(--pm-content-padding) - 2px) !important;