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