I'm not sure if this is specific to the sub-theme I'm developing and the styles therein, but it looks like AdaptiveTheme's styles for elements are causing the pencil icon to be misaligned. The fix seems to be to set:

button.toolbar-item {
	height: auto;
}

The way it looks for me:
Toolbar with contextual links "Edit" icon shifted upwards, misaligned with text.

Highlighting it with Firefox's devtools shows that it's not taking up the full height like the links to the left:
Toolbar with contextual links "Edit" icon shifted upwards, misaligned with text. The button is highlighted in devtools showing the shorter than expected height.

This is how it looks with the fix above applied:
Toolbar with contextual links "Edit" icon properly aligned with its button text.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ambient.Impact created an issue. See original summary.

valen0797’s picture

Hello, attached file with case solution.

jncruces’s picture

Status: Active » Needs review
atul_ghate’s picture

Assigned: Unassigned » atul_ghate

Hi,
i will review this patch.

atul_ghate’s picture

Assigned: atul_ghate » Unassigned

I am unable to install this theme