comparison core/modules/contextual/css/contextual.icons.theme.css @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
16 16
17 /** 17 /**
18 * Contextual trigger. 18 * Contextual trigger.
19 */ 19 */
20 .contextual .trigger { 20 .contextual .trigger {
21 background-image: url(../../../misc/icons/bebebe/pencil.svg); 21 /* Override the .focusable height: auto */
22 background-position: center center; 22 width: 26px !important;
23 background-repeat: no-repeat;
24 background-size: 16px 16px;
25 /* Override the .focusable height: auto */ 23 /* Override the .focusable height: auto */
26 height: 26px !important; 24 height: 26px !important;
27 /* Override the .focusable height: auto */
28 width: 26px !important;
29 text-indent: -9999px; 25 text-indent: -9999px;
26 background-image: url(../../../misc/icons/bebebe/pencil.svg);
27 background-repeat: no-repeat;
28 background-position: center center;
29 background-size: 16px 16px;
30 } 30 }
31 31
32 .contextual .trigger:hover { 32 .contextual .trigger:hover {
33 background-image: url(../../../misc/icons/787878/pencil.svg); 33 background-image: url(../../../misc/icons/787878/pencil.svg);
34 } 34 }
35 35
36 .contextual .trigger:focus { 36 .contextual .trigger:focus {
37 outline: none;
37 background-image: url(../../../misc/icons/5181c6/pencil.svg); 38 background-image: url(../../../misc/icons/5181c6/pencil.svg);
38 outline: none;
39 } 39 }