Style fix

This commit is contained in:
futpib 2018-11-15 18:53:48 +03:00
parent a57ff7cc08
commit 736cf3e4e6

View File

@ -227,9 +227,6 @@ div {
stroke-width: 2px;
stroke: var(--borders);
}
.node.selected .volume-thumbnail-ruler-line {
stroke: var(--themeSelectedFgColor)
}
.volume-thumbnail-volume-line {
stroke-width: 2px;
stroke: var(--successColor);
@ -261,7 +258,7 @@ div {
margin-left: -50%;
}
.volume-controls:hover {
.node.selected .volume-controls {
border-color: var(--themeSelectedBgColor);
}