.quickedit-toolbar-content .icon {
  display: inline;
  text-indent: 0;
}
.required > label:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em
}

.ajax-progress.ajax-progress-throbber {
  position: absolute;
}

/* After closing quickedit, quote block falls behind image, this fixes this. */
.article-img__quote {
  z-index: 1;
}

/* Set correct z-index for quote element when editing. */
.quickedit-entity-active .article-img__quote {
  z-index: 100;
}