fix(core): update
This commit is contained in:
parent
5c81dd540a
commit
55b65c7e4c
@ -98,13 +98,13 @@ export class DeesStepper extends DeesElement {
|
||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||
margin: auto;
|
||||
margin-bottom: 20px;
|
||||
filter: opacity(0.5);
|
||||
filter: opacity(0.5) grayscale(1);
|
||||
box-shadow: 0px 0px 3px #00000010;
|
||||
}
|
||||
|
||||
.step.selected {
|
||||
pointer-events: all;
|
||||
filter: opacity(1);
|
||||
filter: opacity(1) grayscale(1);
|
||||
box-shadow: 0px 0px 5px #00000010;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user