.nodeDetailRow {
   cursor: pointer;
   &:hover {
     background-color: $nodeDetailRowHover;
   }
 }
