.table-editor__entities > div:hover {
  background-color: #efefef;
}
.table-editor__entities > div.is-hidden {
  opacity: 0.9;
}
