mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Make highlighted node more accessible
This commit is contained in:
parent
948cbc537e
commit
8d14ae888f
@ -318,8 +318,9 @@ a.brand img {
|
||||
stroke: #ff7f0e;
|
||||
}
|
||||
.node_highlighted {
|
||||
stroke: #a51616;
|
||||
stroke-width: 4;
|
||||
stroke: #dd1616;
|
||||
stroke-width: 2;
|
||||
stroke-dasharray: 10, 4;
|
||||
}
|
||||
.node_hovered {
|
||||
dstroke: #ff7f0e;
|
||||
|
Loading…
Reference in New Issue
Block a user