clear vboxselect and combiner on unequip select && highlight unequip

This commit is contained in:
Mashy
2019-11-19 21:40:14 +10:00
parent 2a82666498
commit 5c0a76b9a6
2 changed files with 26 additions and 5 deletions
+17
View File
@@ -162,6 +162,23 @@
}
.construct-list {
button {
&.highlight {
color: black;
background: @white;
// border: 1px solid @white; (this bangs around the vbox)
// overwrite the classes on white svg elements
svg {
stroke-width: 0.75em;
}
.white {
stroke: black;
}
}
}
.name {
grid-area: name;
margin-bottom: 0.5em;