action-links.css
Same filename in this branch
- 9 core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
- 9 core/themes/seven/css/classy/components/action-links.css
- 9 core/themes/bartik/css/classy/components/action-links.css
- 9 core/themes/starterkit_theme/css/components/action-links.css
- 9 core/themes/classy/css/components/action-links.css
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
- 8.9.x core/themes/seven/css/classy/components/action-links.css
- 8.9.x core/themes/bartik/css/classy/components/action-links.css
- 8.9.x core/themes/classy/css/components/action-links.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
- 10 core/themes/olivero/css/components/action-links.css
- 10 core/themes/starterkit_theme/css/components/action-links.css
- 11.x core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css
- 11.x core/themes/olivero/css/components/action-links.css
- 11.x core/themes/starterkit_theme/css/components/action-links.css
Styles for action links.
File
-
core/
themes/ olivero/ css/ components/ action-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
- * Styles for action links.
- */
- [dir="ltr"] .action-links {
- margin-left: 0;
- }
- [dir="rtl"] .action-links {
- margin-right: 0;
- }
- [dir="ltr"] .action-links {
- margin-right: 0;
- }
- [dir="rtl"] .action-links {
- margin-left: 0;
- }
- [dir="ltr"] .action-links {
- padding-left: 0;
- }
- [dir="rtl"] .action-links {
- padding-right: 0;
- }
- [dir="ltr"] .action-links {
- padding-right: 0;
- }
- [dir="rtl"] .action-links {
- padding-left: 0;
- }
- .action-links {
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
- list-style: none;
- }
- .action-links li {
- display: inline-block;
- }
- .action-links li a {
- color: #0d77b5;
- }
- .action-links-item {
- display: inline-block;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.