Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2416 from adobe/garthdb/toolbar
Browse files Browse the repository at this point in the history
reoriented icon to be 16px tall
  • Loading branch information
njx committed Dec 20, 2012
2 parents 3ff0d06 + 7984d17 commit 71321a5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
14 changes: 7 additions & 7 deletions src/styles/brackets.less
Expand Up @@ -337,27 +337,27 @@ a, img {

// Default icon is for the 'disconnected' state
// The 'connecting failed' (.warning) state also maps here
.sprite-icon(0,0, 22px,11px, "images/live_development_sprites.svg");
.sprite-icon(0,0, 22px,16px, "images/live_development_sprites.svg");
&:hover {
.sprite-swap(0,11px);
.sprite-swap(0,16px);
}
// 'Connected' state
&.success {
.sprite-swap(0,22px);
.sprite-swap(0,32px);
}
&.success:hover {
.sprite-swap(0,33px);
.sprite-swap(0,48px);
}
// 'Connection in progress' state
&.info {
.sprite-swap(0,44px);
.sprite-swap(0,64px);
}
// 'Out-of-sync' state
&.out-of-sync {
.sprite-swap(0,55px);
.sprite-swap(0,80px);
}
&.out-of-sync:hover {
.sprite-swap(0,66px);
.sprite-swap(0,96px);
}
}

Expand Down
46 changes: 24 additions & 22 deletions src/styles/images/live_development_sprites.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71321a5

Please sign in to comment.