Guest User

Untitled

a guest
Aug 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. @supports (-ms-ime-align: auto) {
  2.  
  3. body { height: 100%; }
  4.  
  5. path {
  6. display: block!important;
  7. animation: none!important;
  8. stroke-dasharray: 0!important;
  9. stroke-dashoffset: 0!important;
  10. }
  11.  
  12. }
  13.  
  14. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  15.  
  16. path {
  17. display: block!important;
  18. animation: none!important;
  19. stroke-dasharray: 0!important;
  20. stroke-dashoffset: 0!important;
  21. }
  22.  
  23.  
  24. path {
  25. -webkit-transition: none !important;
  26. -moz-transition: none !important;
  27. -o-transition: none !important;
  28. transition: none !important;
  29. stroke-dasharray: 0!important;
  30. stroke-dashoffset: 0!important;
  31. animation: none!important;
  32. display: block!important;
  33. }
  34.  
  35. }
Add Comment
Please, Sign In to add comment