﻿[ng-controller="SniperSortableToggle.PropertyEditorController"] .sortHandle {
  background-image: url(icon_sorthandle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}