Skip to content

Commit

Permalink
Vectorize rotation arrows and list watcher add button
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan committed Feb 9, 2015
1 parent 858a51c commit 51c3003
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 40 deletions.
Binary file modified assets/assets.sketch
Binary file not shown.
74 changes: 36 additions & 38 deletions assets/assets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/pixie.css
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ button::-moz-focus-inner {
position: absolute;
left: 0;
bottom: 0;
background: url(assets.png) -309px -24px;
background: url(assets.svg) -309px -24px;
border: 0;
padding: 0;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/pixie/pixie.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@

var assets = document.createElement('img');
var assetsLoaded = false;
assets.src = 'assets/assets.png';
assets.src = 'assets/assets.svg';

assets.onload = function() {
assetsLoaded = true;
Expand Down

0 comments on commit 51c3003

Please sign in to comment.