diff --git a/.browserslistrc b/.browserslistrc index 9b0f6ab5f..c71c8b9c7 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,2 +1,11 @@ -last 4 version -> 1% +# https://github.com/browserslist/browserslist#readme + +>= 0.5% +last 2 major versions +not dead +Chrome >= 60 +Firefox >= 60 +Firefox ESR +iOS >= 12 +Safari >= 12 +not Explorer <= 11 diff --git a/src/assets/admin/css/style.scss b/src/assets/admin/css/style.scss index 5b2f6e548..0cf2e470c 100644 --- a/src/assets/admin/css/style.scss +++ b/src/assets/admin/css/style.scss @@ -223,14 +223,14 @@ } .components-circular-option-picker__option-wrapper .dashicon { position: absolute; - left: 2px; top: 2px; - border-radius: 50%; - z-index: 2; - pointer-events: none; + left: 2px; width: 24px; height: 24px; line-height: 24px; + pointer-events: none; + border-radius: 50%; + z-index: 2; } } @@ -352,8 +352,6 @@ left: 0; width: 100%; height: 100%; - // stylelint-disable-next-line - font-family: "object-fit: cover; object-position: 50% 50%;"; border-radius: 3px; object-fit: cover; object-position: 50% 50%;