fix(core): update

This commit is contained in:
Philipp Kunz 2021-09-10 15:23:54 +02:00
parent 5c81dd540a
commit 55b65c7e4c

View File

@ -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;
}