diff --git a/packages/components/src/components/preset.css b/packages/components/src/components/preset.css index 8ff86aeb5d..f40a027217 100644 --- a/packages/components/src/components/preset.css +++ b/packages/components/src/components/preset.css @@ -10,4 +10,12 @@ padding: 0; width: 100%; /* 100% needed for custom width from outside */ } + + /* + * Ensure elements with hidden attribute to be actually not visible + * @see https://meowni.ca/hidden.is.a.lie.html + */ + [hidden] { + display: none !important; + } } diff --git a/packages/components/src/components/tooltip/style.css b/packages/components/src/components/tooltip/style.css index 7955093abf..b0806d681b 100644 --- a/packages/components/src/components/tooltip/style.css +++ b/packages/components/src/components/tooltip/style.css @@ -1,5 +1,9 @@ @import url(../style.css); @layer kol-component { + kol-tooltip-wc { + display: contents; + } + kol-tooltip-wc .tooltip-floating { animation-duration: 0.5s; animation-iteration-count: 1; diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-basic-firefox-darwin.png index 8ca52160ae..de11075a95 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-button-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-button-firefox-darwin.png index 320ae2d503..acee2ba153 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-button-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-button-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-switch-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-switch-firefox-darwin.png index 669a546869..0137988b25 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-switch-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-checkbox-switch-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-color-basic-firefox-darwin.png index fa9834c852..76380ad5df 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-date-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-date-basic-firefox-darwin.png index 4a4de43e5b..6732dc1ee9 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-date-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-date-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-email-basic-firefox-darwin.png index 927ff2c305..19ba591220 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-file-basic-firefox-darwin.png index 89d4998bcd..0b0a186ce7 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-number-basic-firefox-darwin.png index 7c49d2ca30..78e8c2fdb1 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-password-basic-firefox-darwin.png index 431ce99e3d..7ad3e8a12f 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-basic-firefox-darwin.png index 6fa86c1c54..90e3f33888 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-horizontal-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-horizontal-firefox-darwin.png index d8cecbd9f4..01889e56ca 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-horizontal-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-radio-horizontal-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-range-basic-firefox-darwin.png index 51944441a0..5887ceddc8 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-text-basic-firefox-darwin.png index 9dc7432744..b330eee1f8 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-pagination-basic-firefox-darwin.png index c01510158a..2e30c8de20 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-select-basic-firefox-darwin.png index 22c4f66db5..78273c0485 100644 Binary files a/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/bmf/snapshots/theme-bmf/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-abbr-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-abbr-basic-firefox-darwin.png index fb49ab4299..e63d402411 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-abbr-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-abbr-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-basic-firefox-darwin.png index cce486400b..5aa8dcde7e 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-button-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-button-firefox-darwin.png index 97a6fce45e..2431210b91 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-button-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-badge-button-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-breadcrumb-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-breadcrumb-basic-firefox-darwin.png index 71e37da555..63ee04ec92 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-breadcrumb-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-breadcrumb-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-color-basic-firefox-darwin.png index 2a0b13afcf..1495d0c962 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-email-basic-firefox-darwin.png index 1153b9c8a1..ea5473e3fa 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-file-basic-firefox-darwin.png index eac3d1e00d..b95771beb5 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-password-basic-firefox-darwin.png index 40515fd93b..b029bc1ad2 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-range-basic-firefox-darwin.png index 2f4930b257..fe930997e4 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-text-basic-firefox-darwin.png index 3f14503920..28d11785f8 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-link-target-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-link-target-firefox-darwin.png index c8069757a8..551c185a0d 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-link-target-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-link-target-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-pagination-basic-firefox-darwin.png index 7eb15a518c..63663cb053 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-select-basic-firefox-darwin.png index c365244c27..3662b6eed3 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-badge-size-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-badge-size-firefox-darwin.png index 863bfe47f4..b1ca4b2f75 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-badge-size-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-badge-size-firefox-darwin.png differ diff --git a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-with-pagination-firefox-darwin.png index 591ffd3bd2..22af084c69 100644 Binary files a/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/bzst/snapshots/theme-bzstv1/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-basic-firefox-darwin.png index 32ad53b894..5a1db9dbb1 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-switch-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-switch-firefox-darwin.png index 11950fd8b9..62d8c7a45d 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-switch-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-checkbox-switch-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-color-basic-firefox-darwin.png index e8beefc108..784c73a1fb 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-date-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-date-basic-firefox-darwin.png index 6525baf32c..c84c5be236 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-date-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-date-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-email-basic-firefox-darwin.png index e1f7749f28..0bf4b90a55 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-file-basic-firefox-darwin.png index d6889c2beb..4916246b48 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-number-basic-firefox-darwin.png index fdce84cc12..0e464fd7d6 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-password-basic-firefox-darwin.png index 674f4c3ff4..c95bfd76c3 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-range-basic-firefox-darwin.png index 061d01d30e..988424bd67 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-input-text-basic-firefox-darwin.png index eb450c681e..c23877a4ad 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-pagination-basic-firefox-darwin.png index c3324bcefd..8bd1af0030 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-select-basic-firefox-darwin.png index 1dcec9d90a..8f7f3bcffc 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-table-with-pagination-firefox-darwin.png index 4ac6ec1439..4448814714 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/default/snapshots/theme-default/snapshot-for-textarea-basic-firefox-darwin.png b/packages/themes/default/snapshots/theme-default/snapshot-for-textarea-basic-firefox-darwin.png index 3f89c82224..847542bd07 100644 Binary files a/packages/themes/default/snapshots/theme-default/snapshot-for-textarea-basic-firefox-darwin.png and b/packages/themes/default/snapshots/theme-default/snapshot-for-textarea-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-color-basic-firefox-darwin.png index 6fe68491d0..7b82d743b9 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-number-basic-firefox-darwin.png index f49240134d..f8befa0633 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-text-basic-firefox-darwin.png index 6cfa6ae545..1192a09cfc 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-pagination-basic-firefox-darwin.png index 9eb148e954..1e77eee33e 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-table-with-pagination-firefox-darwin.png index 49c87739a8..7389c64a33 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_ec/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-color-basic-firefox-darwin.png index 8239702010..ee96b11055 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-number-basic-firefox-darwin.png index 32b0b4c13b..945e5e72c2 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-text-basic-firefox-darwin.png index aa83d915ba..e1ce3a9f51 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-pagination-basic-firefox-darwin.png index f1cc92e580..c29ebbe0b1 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-table-with-pagination-firefox-darwin.png index ec319d8830..249e000b0c 100644 Binary files a/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/ecl/snapshots/theme-ecl_eu/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-basic-firefox-darwin.png index bf102c5b56..0c52ae2be5 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-switch-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-switch-firefox-darwin.png index 40c25fad93..03331bead3 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-switch-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-checkbox-switch-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-color-basic-firefox-darwin.png index af8d2b019e..a1d4a33683 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-date-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-date-basic-firefox-darwin.png index 288874f329..dd51ec60a2 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-date-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-date-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-email-basic-firefox-darwin.png index d4c2278f53..c89a08c617 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-file-basic-firefox-darwin.png index 0efe27c4c7..e733734abb 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-password-basic-firefox-darwin.png index 32eadf96dc..68629bd1b4 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-basic-firefox-darwin.png index e7f86b6a9d..ac980db98e 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-horizontal-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-horizontal-firefox-darwin.png index ff74c16ff6..79c48f6234 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-horizontal-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-radio-horizontal-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-range-basic-firefox-darwin.png index 3b45c7314a..66300ba66f 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-text-basic-firefox-darwin.png index aba618470e..17b4bcce0d 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-pagination-basic-firefox-darwin.png index 0c040d874c..ce7c0e5286 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-select-basic-firefox-darwin.png index 92758b3c9e..c655ac3620 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-table-with-pagination-firefox-darwin.png index 0c668713a7..1fff51e897 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-textarea-basic-firefox-darwin.png b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-textarea-basic-firefox-darwin.png index 9a32acee62..10127f23c5 100644 Binary files a/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-textarea-basic-firefox-darwin.png and b/packages/themes/mfm/snapshots/theme-mfm/snapshot-for-textarea-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-color-basic-firefox-darwin.png index d359ff066d..931d8e80fe 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-date-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-date-basic-firefox-darwin.png index 1152a4cf9e..3e0c1e7130 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-date-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-date-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-email-basic-firefox-darwin.png index 2a61d034d3..dc94bc5f58 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-file-basic-firefox-darwin.png index e9377ccd4a..1f2247d9a5 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-number-basic-firefox-darwin.png index 1077761724..d9a0767438 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-password-basic-firefox-darwin.png index acc57387c6..7d52751877 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-radio-horizontal-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-radio-horizontal-firefox-darwin.png index 5480aa7123..8e2d3dec6d 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-radio-horizontal-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-radio-horizontal-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-range-basic-firefox-darwin.png index 30ed546613..dd294b7e73 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-text-basic-firefox-darwin.png index 9fab61e2e2..53a7634084 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-pagination-basic-firefox-darwin.png index 1c18b79435..80a99c74a6 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-select-basic-firefox-darwin.png index 602a29bac6..488117c4c1 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-table-with-pagination-firefox-darwin.png index b0ea0bdcde..efd8693407 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-textarea-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-textarea-basic-firefox-darwin.png index 92188d9069..4d8024b5eb 100644 Binary files a/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-textarea-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-mapz/snapshot-for-textarea-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-color-basic-firefox-darwin.png index 8fdf24b5f1..2010d4247c 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-date-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-date-basic-firefox-darwin.png index b0d80b8677..f20e4c1dee 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-date-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-date-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-email-basic-firefox-darwin.png index 498aa3e117..c8ea7f57dc 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-file-basic-firefox-darwin.png index 65e669d53e..a5667a89a8 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-number-basic-firefox-darwin.png index 9f9913466b..2d88550e99 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-password-basic-firefox-darwin.png index 63122e26b0..56d149ac14 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-range-basic-firefox-darwin.png index 9e04daa6bb..082e3236b6 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-text-basic-firefox-darwin.png index 3d1470c9e2..33060079ae 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-pagination-basic-firefox-darwin.png index bed99e373a..880216bdbd 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-select-basic-firefox-darwin.png index 27a8058dbb..f94783ddcc 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-table-with-pagination-firefox-darwin.png index e9a2ab4954..4d1679099e 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-table-with-pagination-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-tabs-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-tabs-basic-firefox-darwin.png index dd3059a7f4..29cfabdf55 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-tabs-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv2/snapshot-for-tabs-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-color-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-color-basic-firefox-darwin.png index 02e2390fd6..086409ec0a 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-color-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-color-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-date-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-date-basic-firefox-darwin.png index 873c890054..e9b38646e7 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-date-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-date-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-email-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-email-basic-firefox-darwin.png index e34cee10c7..64e9018aba 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-email-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-email-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-file-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-file-basic-firefox-darwin.png index d89860babf..e17552211a 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-file-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-file-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-number-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-number-basic-firefox-darwin.png index eceed2c3b7..decf5ebce8 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-number-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-number-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-password-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-password-basic-firefox-darwin.png index f21f258f2d..d3d5784bc9 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-password-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-password-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-range-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-range-basic-firefox-darwin.png index 0414b84856..7a486ab9ac 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-range-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-range-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-text-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-text-basic-firefox-darwin.png index 37912470af..2bc05adac1 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-text-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-input-text-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-pagination-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-pagination-basic-firefox-darwin.png index fc9f595d85..7804a3edc3 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-pagination-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-pagination-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-select-basic-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-select-basic-firefox-darwin.png index 2f536a67f1..a21106bf03 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-select-basic-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-select-basic-firefox-darwin.png differ diff --git a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-table-with-pagination-firefox-darwin.png b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-table-with-pagination-firefox-darwin.png index f09e810060..32434c7852 100644 Binary files a/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-table-with-pagination-firefox-darwin.png and b/packages/themes/zoll/snapshots/theme-zollv3/snapshot-for-table-with-pagination-firefox-darwin.png differ