Fixed data handling bug

When updating a percentage, it based it off the previous edited value (eg if I scale 2x, old value will be equal to 2x, so if you wanted to scale it 0.5x, it actually made it 4x times smaller)
This commit is contained in:
unsettledgames
2020-09-22 12:29:58 +02:00
parent b595026ea8
commit 29f8baf627
4 changed files with 52 additions and 22 deletions

View File

@ -1118,8 +1118,8 @@ svg {
}
option:checked, option:hover {
background-color: $basehovericon;
color:$basehovericonhover;
box-shadow: 0 0 10px 100px $basehovericon inset;
color: $basehovericonhover;
}
}
}