Skip to content

Instantly share code, notes, and snippets.

@riddle
Last active December 11, 2015 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riddle/2380108847b765b64654 to your computer and use it in GitHub Desktop.
Save riddle/2380108847b765b64654 to your computer and use it in GitHub Desktop.
.task-row:not(.focused):hover .gridCell-interiorRowContainer, .grid_pseudorow_no_prioritized:not(.focused):hover .gridCell-interiorRowContainer, .bar-row:not(.focused):hover .gridCell-interiorRowContainer {
box-shadow: none !important;
-webkit-box-shadow: none !important;
background-color: #fbfbfb !important;
}
.grid-uncompact .grid_cell_string .task-row-text-input {
cursor: default !important;
}
.grid-row-selected .grid_cell_string .task-row-text-input {
cursor: text !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment