Skip to content

Commit

Permalink
Remove -webkit-clip-path
Browse files Browse the repository at this point in the history
https://caniuse.com/?search=clip-path says that `clip-path`
is supported since Safari 13.1
  • Loading branch information
jvoisin authored and fguillot committed Dec 16, 2024
1 parent fd9cfd7 commit c3e842e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ a:hover {
.sr-only {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
Expand Down

0 comments on commit c3e842e

Please sign in to comment.