Advertisement
artemsemkin

Rhye theme: disable hover zoom animation

Feb 11th, 2021
897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. .hover-zoom:hover:not(:focus) .hover-zoom__zoom {
  2.   transform: none;
  3. }
  4.  
  5. .hover-zoom:hover:not(:focus) .hover-zoom__inner {
  6.   transform: none;
  7. }
  8.  
  9. .hover-zoom:hover:not(:focus) .section-image__caption-horizontal {
  10.   transform: none;
  11. }
  12.  
  13. .hover-zoom:hover:not(:focus) .section-image__caption-horizontal.text-left {
  14.   transform: none;
  15. }
  16.  
  17. .hover-zoom:hover:not(:focus) .section-image__caption-horizontal.text-right {
  18.   transform: none;
  19. }
  20.  
  21. .hover-zoom:hover:not(:focus) .section-image__caption-horizontal_top {
  22.   transform: none;
  23. }
  24.  
  25. .hover-zoom:hover:not(:focus) .section-image__caption-horizontal_top.text-left {
  26.   transform: none;
  27. }
  28.  
  29. .hover-zoom:hover:not(:focus) .section-image__caption-horizontal_top.text-right {
  30.   transform: none;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement