mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 05:18:21 +00:00
Remove unneeded webkit prefix in css
This commit is contained in:
parent
bd9f30d858
commit
9e86abbb04
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
|||
@stripe-width: 20px;
|
||||
@-webkit-keyframes pdf-toolbar-stripes {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: @stripe-width 0; }
|
||||
}
|
||||
@keyframes pdf-toolbar-stripes {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: @stripe-width 0; }
|
||||
|
|
Loading…
Reference in a new issue