settings_tray.css

Same filename in this branch
  1. 11.x core/themes/admin/migration/css/components/settings_tray.css
Same filename and directory in other branches
  1. main core/themes/admin/migration/css/components/settings_tray.css
  2. main core/themes/default_admin/migration/css/components/settings_tray.css

Settings tray toolbar styles.

File

core/themes/default_admin/migration/css/components/settings_tray.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Settings tray toolbar styles.
  10. */
  11. #gin-toolbar-bar {
  12. position: fixed;
  13. &.js-settings-tray-edit-mode {
  14. background: var(--gin-color-primary);
  15. button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active {
  16. color: var(--gin-bg-app);
  17. &:hover {
  18. background: var(--gin-color-primary-hover);
  19. }
  20. }
  21. }
  22. .contextual-toolbar-tab {
  23. order: 100;
  24. }
  25. }
  26. #toolbar-bar.toolbar-bar.js-settings-tray-edit-mode {
  27. border-radius: var(--gin-border-s);
  28. background-color: transparent;
  29. .toolbar-item,
  30. .toolbar-item.is-active:hover {
  31. border-radius: var(--gin-border-s);
  32. background: var(--gin-switch);
  33. }
  34. .toolbar-item::before,
  35. .toolbar-item.is-active:hover::before {
  36. background-color: #fff;
  37. }
  38. button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active:hover {
  39. background-image: none;
  40. }
  41. }

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