Skip to content

Instantly share code, notes, and snippets.

@sitch
Created October 25, 2018 05:27
Show Gist options
  • Select an option

  • Save sitch/b34340ba07e7455b48fde67943769485 to your computer and use it in GitHub Desktop.

Select an option

Save sitch/b34340ba07e7455b48fde67943769485 to your computer and use it in GitHub Desktop.
.editable-cell {
position: relative;
}
.editable-cell-value-wrap {
padding: 5px 12px;
cursor: pointer;
}
.editable-row{
border: 1px solid transparent;
}
.editable-row:hover .editable-cell-value-wrap {
border: 1px solid #d9d9d9;
border-radius: 4px;
padding: 4px 11px;
}
// .editable-row:nth-child(even) {
// background-color: #f5f5f5;
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment