contextual.icons.theme.pcss.css

Same filename and directory in other branches
  1. 11.x core/modules/contextual/css/contextual.icons.theme.pcss.css
  2. 10 core/modules/contextual/css/contextual.icons.theme.pcss.css

Styling for contextual module icons.

File

core/modules/contextual/css/contextual.icons.theme.pcss.css

View source
  1. /**
  2. * @file
  3. * Styling for contextual module icons.
  4. */
  5. /**
  6. * Contextual trigger.
  7. */
  8. .contextual .trigger {
  9. /* Override the .focusable height: auto */
  10. width: 26px !important;
  11. /* Override the .focusable height: auto */
  12. height: 26px !important;
  13. text-indent: -9999px;
  14. background-image: url(../../../misc/icons/bebebe/pencil.svg);
  15. background-repeat: no-repeat;
  16. background-position: center center;
  17. background-size: 16px 16px;
  18. }
  19. .contextual .trigger:hover {
  20. background-image: url(../../../misc/icons/787878/pencil.svg);
  21. }
  22. .contextual .trigger:focus {
  23. outline: none;
  24. background-image: url(../../../misc/icons/5181c6/pencil.svg);
  25. }

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