//
// Cursors
//

@cursor-format-painter-path: '../../../../svg/format-painter-cursor.svg';

.tox-cursor-format-painter {
  cursor: data-uri('image/svg+xml;charset=UTF-8', @cursor-format-painter-path), default;
}
