system-admin--links.css

Same filename in other branches
  1. 8.9.x core/themes/claro/css/components/system-admin--links.css
  2. 10 core/themes/claro/css/components/system-admin--links.css
  3. 11.x core/themes/claro/css/components/system-admin--links.css

System admin module: admin and compact links.

File

core/themes/claro/css/components/system-admin--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. * System admin module: admin and compact links.
  10. */
  11. /**
  12. * System compact link: to toggle the display of description text.
  13. */
  14. .compact-link {
  15. margin: 0 0 0.5em 0;
  16. }
  17. /**
  18. * Quick inline admin links.
  19. */
  20. small .admin-link:before {
  21. content: " [";
  22. }
  23. small .admin-link:after {
  24. content: "]";
  25. }
  26. /**
  27. * Cron external link on cron configuration form.
  28. */
  29. .system-cron-settings__link {
  30. word-wrap: break-word;
  31. }

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