version 1.13.3

This commit is contained in:
Rene Haas
2022-07-20 11:10:51 +02:00
parent 631742104e
commit 34a1dc5dc3
7 changed files with 48 additions and 44 deletions
+10 -10
View File
@@ -363,19 +363,19 @@ object.os-resize-observer {
}
@-webkit-keyframes os-resize-observer-dummy-animation {
from {
z-index: 0;
}
to {
z-index: -1;
}
cursor: auto;
}
to {
cursor: none;
}
}
@keyframes os-resize-observer-dummy-animation {
from {
z-index: 0;
}
to {
z-index: -1;
}
cursor: auto;
}
to {
cursor: none;
}
}
/*