Skip to content

Commit

Permalink
Replace deprecated clip property with clip-path.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindholmes committed Jun 10, 2024
1 parent 3f03a69 commit 272ec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/ssSearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fieldset.ssFieldset > legend.sr-only{
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
clip-path: circle(0);
border: 0;
}

Expand Down

0 comments on commit 272ec08

Please sign in to comment.