toolbar-workspaces.pcss.css
Styling for the Workspaces navigation item.
File
-
core/
modules/ navigation/ css/ components/ toolbar-workspaces.pcss.css
View source
- /**
- * @file
- * Styling for the Workspaces navigation item.
- */
-
- .toolbar-button--workspaces {
- --toolbar-button-bg: var(--admin-toolbar-color-orange-300);
- --toolbar-button-color: var(--admin-toolbar-color-gray-990);
- --toolbar-button-hover-bg: var(--admin-toolbar-color-orange-300);
- --toolbar-button-current-bg: var(--admin-toolbar-color-orange-300);
- }
-
- .toolbar-button--workspaces--live {
- --toolbar-button-bg: #87cc5f;
- --toolbar-button-color: var(--admin-toolbar-color-gray-990);
- --toolbar-button-hover-bg: #87cc5f;
- --toolbar-button-current-bg: #87cc5f;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.