Highlight selected signals
This commit is contained in:
parent
478abf6d1b
commit
9ecff6794d
2 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
.signal-item:hover {
|
||||
background-color: #f1f3f5;
|
||||
background-color: $primary-light-4;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tool-button {
|
||||
|
|
@ -30,3 +30,6 @@
|
|||
color: #6c757d;
|
||||
font-weight: 600;
|
||||
}
|
||||
.selected {
|
||||
background-color: $info;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue