image.admin.pcss.css

Same filename in other branches
  1. 11.x core/themes/claro/css/components/image.admin.pcss.css

Styles for image style admin UI.

File

core/themes/claro/css/components/image.admin.pcss.css

View source
  1. /**
  2. * @file
  3. * Styles for image style admin UI.
  4. */
  5. .image-anchor td:not(:hover) {
  6. background-color: var(--color-white);
  7. }
  8. .image-anchor td:hover > div {
  9. background-color: transparent;
  10. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.