system-admin--links.css
Same filename in other branches
System admin module: admin and compact links.
File
-
core/
themes/ claro/ css/ components/ system-admin--links.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * System admin module: admin and compact links.
- */
-
- /**
- * System compact link: to toggle the display of description text.
- */
-
- .compact-link {
- margin: 0 0 0.5em 0;
- }
-
- /**
- * Quick inline admin links.
- */
-
- small .admin-link::before {
- content: " [";
- }
-
- small .admin-link::after {
- content: "]";
- }
-
- /**
- * Cron external link on cron configuration form.
- */
-
- .system-cron-settings__link {
- overflow-wrap: break-word;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.