comparison core/modules/shortcut/css/shortcut.icons.theme.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
16 16
17 /** 17 /**
18 * Add/remove links. 18 * Add/remove links.
19 */ 19 */
20 .shortcut-action__icon { 20 .shortcut-action__icon {
21 background: transparent url(../images/favstar.svg) no-repeat left top; 21 display: inline-block;
22 width: 20px; 22 width: 20px;
23 height: 20px; 23 height: 20px;
24 display: inline-block;
25 vertical-align: -2px; 24 vertical-align: -2px;
25 background: transparent url(../images/favstar.svg) no-repeat left top;
26 } 26 }
27 [dir="rtl"] .shortcut-action__icon { 27 [dir="rtl"] .shortcut-action__icon {
28 background-image: url(../images/favstar-rtl.svg); 28 background-image: url(../images/favstar-rtl.svg);
29 } 29 }
30 .shortcut-action--add:hover .shortcut-action__icon, 30 .shortcut-action--add:hover .shortcut-action__icon,