mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
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:
@ -1118,8 +1118,8 @@ svg {
|
||||
}
|
||||
|
||||
option:checked, option:hover {
|
||||
background-color: $basehovericon;
|
||||
color:$basehovericonhover;
|
||||
box-shadow: 0 0 10px 100px $basehovericon inset;
|
||||
color: $basehovericonhover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user