Mercurial > hg > cmmr2012-drupal-site
diff core/themes/classy/css/components/action-links.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line diff
--- a/core/themes/classy/css/components/action-links.css Thu Feb 28 13:11:55 2019 +0000 +++ b/core/themes/classy/css/components/action-links.css Thu May 09 15:34:47 2019 +0100 @@ -4,9 +4,9 @@ */ .action-links { + margin: 1em 0; + padding: 0; list-style: none; - padding: 0; - margin: 1em 0; } [dir="rtl"] .action-links { /* This is required to win over specificity of [dir="rtl"] ul */ @@ -20,24 +20,24 @@ margin-left: 0; /* LTR */ } [dir="rtl"] .action-links li:first-child { + margin-right: 0; margin-left: 0.3em; - margin-right: 0; } .button-action { display: inline-block; - line-height: 160%; padding: 0.2em 0.5em 0.3em; text-decoration: none; + line-height: 160%; } .button-action:before { - content: '+'; - font-weight: 900; margin-left: -0.1em; /* LTR */ padding-right: 0.2em; /* LTR */ + content: "+"; + font-weight: 900; } [dir="rtl"] .button-action:before { + margin-right: -0.1em; margin-left: 0; - margin-right: -0.1em; + padding-right: 0; padding-left: 0.2em; - padding-right: 0; }