.editor-setting-row-tr {
  cursor: move;
}
.editor-setting-row-over.drop-over-downward td {
  border-bottom: 2px solid #4477ee;
}
.editor-setting-row-over.drop-over-upward td {
  border-top: 2px solid #4477ee;
}
.editor-setting-row-dragIcon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  font-size: 10px;
  cursor: grab;
  float: left;
  transform: translateY(4px);
}
.editor-setting-row-dragIcon svg {
  fill: #999;
}
