Highlight the check row on hover
This commit is contained in:
parent
47a3700973
commit
99494925fe
|
@ -30,6 +30,10 @@
|
|||
transition: opacity .5s;
|
||||
}
|
||||
|
||||
.workflowengine .operation .check:hover {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.workflowengine .operation .button-delete,
|
||||
.workflowengine .operation .button-delete-check {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in New Issue