fix(core): update
This commit is contained in:
		| @@ -100,6 +100,7 @@ export class DeesStepper extends DeesElement { | ||||
|         min-height: 300px; | ||||
|         border-radius: 3px; | ||||
|         background: ${cssManager.bdTheme('#ffffff', '#181818')}; | ||||
|         border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#181818')}; | ||||
|         color: ${cssManager.bdTheme('#333', '#fff')}; | ||||
|         margin: auto; | ||||
|         margin-bottom: 20px; | ||||
| @@ -109,6 +110,7 @@ export class DeesStepper extends DeesElement { | ||||
|       } | ||||
|  | ||||
|       .step.selected { | ||||
|         border-top: 1px solid #e4002b; | ||||
|         pointer-events: all; | ||||
|         filter: opacity(1) grayscale(0); | ||||
|         box-shadow: 0px 0px 5px #00000010; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user