user.icons.admin.pcss.css

Same filename in other branches
  1. 11.x core/modules/user/css/user.icons.admin.pcss.css

Styling for the user module icons.

File

core/modules/user/css/user.icons.admin.pcss.css

View source
  1. /**
  2. * @file
  3. * Styling for the user module icons.
  4. */
  5. /**
  6. * Toolbar tab icon.
  7. */
  8. .toolbar-bar .toolbar-icon-user::before {
  9. background-image: url(../../../misc/icons/bebebe/person.svg);
  10. }
  11. .toolbar-bar .toolbar-icon-user:active::before,
  12. .toolbar-bar .toolbar-icon-user.is-active::before {
  13. background-image: url(../../../misc/icons/ffffff/person.svg);
  14. }

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