Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Bump desktop size 1px to prevent nightly showing few px of next sprit…
Browse files Browse the repository at this point in the history
…e icon (bug 891776)
  • Loading branch information
muffinresearch committed Jul 10, 2013
1 parent 9b8731c commit 8b88bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hearth/media/css/cat-dropdown.styl
Expand Up @@ -7,7 +7,9 @@
}

$cat-icon-size-default = 28px;
$cat-icon-size-desktop = 60px;
// 61px not 60px to prevent next icon showing in nightly
// see bug 891776.
$cat-icon-size-desktop = 61px;

// Mixin to handle hover/focus states of svg sprite.
// One day if background-position-x/y works we can
Expand Down

0 comments on commit 8b88bf4

Please sign in to comment.