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:
parent
fd9cfd757a
commit
c3e842eba6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue