fix(core): update
This commit is contained in:
parent
6949aed381
commit
76bcda760c
@ -101,12 +101,14 @@ export class DeesStepper extends DeesElement {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
filter: opacity(0.5) grayscale(1);
|
filter: opacity(0.5) grayscale(1);
|
||||||
box-shadow: 0px 0px 3px #00000010;
|
box-shadow: 0px 0px 3px #00000010;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step.selected {
|
.step.selected {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
filter: opacity(1) grayscale(0);
|
filter: opacity(1) grayscale(0);
|
||||||
box-shadow: 0px 0px 5px #00000010;
|
box-shadow: 0px 0px 5px #00000010;
|
||||||
|
user-select: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step.hiddenStep {
|
.step.hiddenStep {
|
||||||
|
Loading…
Reference in New Issue
Block a user