Skip to content

Commit

Permalink
fix orderable icon (was inlined in active_admin), fixes formaweb#25
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfebert committed Jan 25, 2020
1 parent 04c708b commit 0dbf0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/formadmin/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ table.index_table {
}

&.sortable a {
background: asset-url('active_admin/orderable.png') 0 6px no-repeat;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") 0 6px no-repeat;
display: block;
padding-left: 12px;
}
Expand Down

0 comments on commit 0dbf0f7

Please sign in to comment.