1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Remove -webkit-clip-path

https://caniuse.com/?search=clip-path says that `clip-path`
is supported since Safari 13.1
This commit is contained in:
jvoisin 2024-12-15 19:37:18 +01:00 committed by Frédéric Guillot
parent fd9cfd757a
commit c3e842eba6

View file

@ -53,7 +53,6 @@ a:hover {
.sr-only { .sr-only {
border: 0 !important; border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important; clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important; clip-path: inset(50%) !important;
height: 1px !important; height: 1px !important;
overflow: hidden !important; overflow: hidden !important;