toolbar-workspaces.pcss.css

Same filename and directory in other branches
  1. 11.x core/modules/navigation/css/components/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. [data-drupal-admin-styles] {
  6. .toolbar-button--workspaces {
  7. --toolbar-button-bg: var(--admin-toolbar-color-orange-300);
  8. --toolbar-button-color: var(--admin-toolbar-color-gray-990);
  9. --toolbar-button-hover-bg: var(--admin-toolbar-color-orange-300);
  10. --toolbar-button-current-bg: var(--admin-toolbar-color-orange-300);
  11. }
  12. .toolbar-button--workspaces--live {
  13. --toolbar-button-bg: #87cc5f;
  14. --toolbar-button-color: var(--admin-toolbar-color-gray-990);
  15. --toolbar-button-hover-bg: var(--toolbar-button-bg);
  16. --toolbar-button-current-bg: var(--toolbar-button-bg);
  17. }
  18. }

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