action-links.css

Styles for action links.

File

core/themes/olivero/css/components/action-links.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. * Styles for action links.
  10. */
  11. .action-links {
  12. margin-block: 0;
  13. margin-inline-start: 0;
  14. margin-inline-end: 0;
  15. padding-block: 0;
  16. padding-inline-start: 0;
  17. padding-inline-end: 0;
  18. list-style: none;
  19. }
  20. .action-links li {
  21. display: inline-block;
  22. }
  23. .action-links li a {
  24. color: var(--color-text-primary-medium);
  25. }
  26. .action-links-item {
  27. display: inline-block;
  28. }

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