Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/bartik/css/components/shortcut.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 |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
12 } | 12 } |
13 [dir="rtl"] .shortcut-wrapper .page-title { | 13 [dir="rtl"] .shortcut-wrapper .page-title { |
14 float: right; | 14 float: right; |
15 } | 15 } |
16 .shortcut-action { | 16 .shortcut-action { |
17 border-bottom: none; | |
18 margin-left: 0.5em; /* LTR */ | 17 margin-left: 0.5em; /* LTR */ |
19 padding-top: 0.35em; | 18 padding-top: 0.35em; |
19 border-bottom: none; | |
20 } | 20 } |
21 [dir="rtl"] .shortcut-action { | 21 [dir="rtl"] .shortcut-action { |
22 margin-right: 0.5em; | |
22 margin-left: 0; | 23 margin-left: 0; |
23 margin-right: 0.5em; | |
24 } | 24 } |
25 .shortcut-action:hover, | 25 .shortcut-action:hover, |
26 .shortcut-action:active, | 26 .shortcut-action:active, |
27 .shortcut-action:focus { | 27 .shortcut-action:focus { |
28 border-bottom: none; | 28 border-bottom: none; |