/**
 * @file
 * Hide focal point cursor for images not using the focal point effects.
 *
 * As more images are updated to make use of focal point, add in
 * additional form ID's to show the focal point indicator. If you'd prefer
 * that _all_ image fields showed the indicator, delete this file and
 * the reference to this css within the `gta_tiles.info` file.
 */

/* Hide the focal point indicator that overlays the image. */
form:not(#eck-entity-form-edit-tileset-tileset):not(#eck-entity-form-edit-tile-tile) .focal-point-indicator {
  display: none !important;
}

/* Reset the cusor on the image from move to default. */
form:not(#eck-entity-form-edit-tileset-tileset):not(#eck-entity-form-edit-tile-tile) .focal-point-indicator + img {
  cursor: default !important;
}
