Introduce ghost mode for elements (#85)
All checks were successful
/ test (push) Successful in 2m24s
All checks were successful
/ test (push) Successful in 2m24s
Allows any element to be put in "ghost mode," decreasing its opacity and making it insensitive to click-to-select. Ghost mode is toggled using a checkbox in the outline view. Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo> Reviewed-on: #85 Co-authored-by: Vectornaut <vectornaut@nobody@nowhere.net> Co-committed-by: Vectornaut <vectornaut@nobody@nowhere.net>
This commit is contained in:
parent
2adf4669f4
commit
a671a8273a
7 changed files with 77 additions and 31 deletions
|
@ -90,6 +90,10 @@ summary > div, .regulator {
|
|||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.element > input {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.element-switch {
|
||||
width: 18px;
|
||||
padding-left: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue