Improve RBF diagram state visibility
This commit is contained in:
parent
f29a56f3fe
commit
a3b0c56182
@ -118,7 +118,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
background: white;
|
background: white;
|
||||||
transition: background-color 300ms;
|
transition: background-color 300ms, border 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.rbf, &.rbf .shape {
|
&.rbf, &.rbf .shape {
|
||||||
@ -149,6 +149,26 @@
|
|||||||
background: #1bd8f4;
|
background: #1bd8f4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.selected.mined {
|
||||||
|
.shape-border {
|
||||||
|
background: #1a9436;
|
||||||
|
height: calc(1em + 16px);
|
||||||
|
width: calc(1em + 16px);
|
||||||
|
|
||||||
|
.shape {
|
||||||
|
border: solid 4px #9339f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
padding: 4px;
|
||||||
|
.shape {
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #1bd8f4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.connector {
|
.connector {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user