Photo.less 104 B

12345678
  1. .PhotoView__Photo {
  2. will-change: transform;
  3. cursor: grab;
  4. &:active {
  5. cursor: grabbing;
  6. }
  7. }