Manage Query row highlighted when selected (#935)

This commit is contained in:
Kyle Knight 2017-01-12 10:45:55 -06:00 committed by Jason Meller
parent 427235b837
commit 7108a816b7

View file

@ -1,6 +1,10 @@
.queries-list-row {
line-height: 38px;
&--selected {
background-color: $accent-light;
}
&:hover {
cursor: pointer;
}