Styles for image style admin UI.
/** * @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; }