Skip to content

Commit

Permalink
Update drag handle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jun 25, 2019
1 parent 7bcfa41 commit 6e4d5b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/publisher/release/components/releasesTableRow.js
Expand Up @@ -275,7 +275,7 @@ const ReleasesTableRow = props => {
}`}
>
<span className="p-releases-channel__handle">
<i className="p-icon--contextual-menu" />
<i className="p-icon--drag" />
</span>
<span className="p-releases-channel__name p-release-data__info p-tooltip p-tooltip--btm-center">
<span className="p-release-data__title">{rowTitle}</span>
Expand Down
5 changes: 5 additions & 0 deletions static/sass/_snapcraft_release.scss
Expand Up @@ -368,4 +368,9 @@
@extend %icon;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h26v26H0z'/%3E%3Cpath fill='gray' fill-rule='nonzero' d='M4.401 11.014L2 9.598l2.938-5.196 2.6 1.533a8.746 8.746 0 0 1 2.524-1.423V2h5.876v2.512c.92.332 1.772.817 2.523 1.423l2.601-1.533L24 9.598l-2.401 1.416a9.268 9.268 0 0 1 0 3.972L24 16.402l-2.938 5.196-2.6-1.533a8.746 8.746 0 0 1-2.524 1.423V24h-5.876v-2.512a8.746 8.746 0 0 1-2.523-1.423l-2.601 1.533L2 16.402l2.401-1.416A9.213 9.213 0 0 1 4.186 13c0-.683.074-1.347.215-1.986zM13 18c2.704 0 4.897-2.239 4.897-5S15.704 8 13 8s-4.897 2.239-4.897 5 2.193 5 4.897 5z'/%3E%3C/g%3E%3C/svg%3E");
}

.p-icon--drag {
@extend %icon;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12'%3E%3Cpath fill-rule='nonzero' fill='%23666' d='M4 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm4-8a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
}
}

0 comments on commit 6e4d5b8

Please sign in to comment.