Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LewisNyman’s picture

Status: Active » Needs review
FileSize
3.34 KB

First kick at a patch.

ry5n’s picture

The previous/next icons could be better, and text-decoration was still being applied on hover. I’ve addressed those, but I’m attaching a patch for further discussion rather than a commit, since I went ahead and actually made a small icon font to see what that would be like to do. It’s got two glyphs in it; I made it using the icomoon web app. I want to get feedback on whether this is a good idea at this point.

I can make the SVG source available; I was going to attach them here but Drupal won’t allow them as attachments. :(

ry5n’s picture

FileSize
10.85 KB

Patch #2 needs to be full-index and binary due to the webfonts files. Attaching a re-roll; interdiff for text changes is identical. Let me know if this still causes problems with apply.

oresh’s picture

FileSize
11.21 KB

is-desabled added for disabled items,
border removed for arrows hover
icon position fixed

ry5n’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
1.34 KB
7.43 KB

Thanks oresh. The webfont icon alignment with inline text should just work without manual tweaking in the CSS – it’s a matter of getting the font metrics right in the actual webfont itself. That is, if we end up using a webfont at all in the end :) Given so many question marks, I’ve left everything as-is for now and just added a todo comment. Also, corrected the spelling of 'desabled': should be 'disabled'. Attached patch is ready for initial merge with master.