Skip to content

Commit

Permalink
dropped support for IE and old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Feb 11, 2022
1 parent 4a2234f commit a7da738
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 11 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -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
10 changes: 4 additions & 6 deletions src/assets/admin/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit a7da738

Please sign in to comment.