mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Manage Query row highlighted when selected (#935)
This commit is contained in:
parent
427235b837
commit
7108a816b7
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
.queries-list-row {
|
||||
line-height: 38px;
|
||||
|
||||
&--selected {
|
||||
background-color: $accent-light;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue