blocks.pcss.css

Same filename and directory in other branches
  1. 11.x core/themes/default_admin/css/components/blocks.pcss.css

Block styles.

File

core/themes/default_admin/css/components/blocks.pcss.css

View source
  1. /**
  2. * @file
  3. * Block styles.
  4. */
  5. .block-disabled {
  6. &:not(:hover) {
  7. opacity: 0.6;
  8. background: transparent;
  9. }
  10. }

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