Messages nav icon is slightly offset when you hover over it

When you hover over the messages button in the side bar, the icon is slightly offset to the left by 1 pixel. This doesn’t occur for any of the other icons.

8MJBswTh09

CSS:

.icon-nav-message:hover, a:hover .icon-nav-message, button:hover .icon-nav-message {
    background-position: -28px -196px;
}

Setting the x value to -27px makes the icon act the same as the others.

6 Likes

I also noticed this when I was hovering over these icons, it would be nice is this could be fixed because it is really inconsistent.

2 Likes

@byc14 @AwesomeDragon970, it should be fixed now. Thank you

5 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.