toolbar-workspaces.pcss.css

Styling for the Workspaces navigation item.

File

core/modules/navigation/css/components/toolbar-workspaces.pcss.css

View source
  1. /**
  2. * @file
  3. * Styling for the Workspaces navigation item.
  4. */
  5. .toolbar-button--workspaces {
  6. --toolbar-button-bg: var(--admin-toolbar-color-orange-300);
  7. --toolbar-button-color: var(--admin-toolbar-color-gray-990);
  8. --toolbar-button-hover-bg: var(--admin-toolbar-color-orange-300);
  9. --toolbar-button-current-bg: var(--admin-toolbar-color-orange-300);
  10. }
  11. .toolbar-button--workspaces--live {
  12. --toolbar-button-bg: #87cc5f;
  13. --toolbar-button-color: var(--admin-toolbar-color-gray-990);
  14. --toolbar-button-hover-bg: #87cc5f;
  15. --toolbar-button-current-bg: #87cc5f;
  16. }

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