Improve RBF diagram state visibility

This commit is contained in:
Mononaut 2023-03-30 05:47:53 +09:00
parent f29a56f3fe
commit a3b0c56182
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -118,7 +118,7 @@
height: 100%;
border-radius: 10%;
background: white;
transition: background-color 300ms;
transition: background-color 300ms, border 300ms;
}
&.rbf, &.rbf .shape {
@ -149,6 +149,26 @@
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 {