action-links.css

Same filename in this branch
  1. 11.x core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
  2. 11.x core/themes/starterkit_theme/css/components/action-links.css
Same filename and directory in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
  2. 9 core/themes/olivero/css/components/action-links.css
  3. 9 core/themes/seven/css/classy/components/action-links.css
  4. 9 core/themes/bartik/css/classy/components/action-links.css
  5. 9 core/themes/starterkit_theme/css/components/action-links.css
  6. 9 core/themes/classy/css/components/action-links.css
  7. 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
  8. 8.9.x core/themes/seven/css/classy/components/action-links.css
  9. 8.9.x core/themes/bartik/css/classy/components/action-links.css
  10. 8.9.x core/themes/classy/css/components/action-links.css
  11. 10 core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
  12. 10 core/themes/olivero/css/components/action-links.css
  13. 10 core/themes/starterkit_theme/css/components/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.