Styles for image style admin UI.
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * @file * Styles for image style admin UI. */ .image-anchor td:not(:hover) { background-color: var(--color-white); } .image-anchor td:hover > div { background-color: transparent; }