File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
packages/frontend/src/styles Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 438438}
439439
440440.workflow-step-preview {
441+ width : 100% ;
442+ min-height : 44px ;
443+ padding : 0.75rem 0.9rem ;
444+ border-radius : 0.9rem ;
445+ border : 1px solid var (--border );
446+ background : var (--surface );
447+ color : var (--text );
448+ transition : border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
441449 text-align : left;
442450 white-space : nowrap;
443451 overflow : hidden;
444452 text-overflow : ellipsis;
445453}
446454
455+ .workflow-step-preview : hover ,
456+ .workflow-step-preview : focus-visible {
457+ border-color : var (--accent );
458+ background : var (--surface-strong );
459+ outline : none;
460+ }
461+
447462.workflow-step-controls {
448463 display : flex;
449464 gap : 0.25rem ;
You can’t perform that action at this time.
0 commit comments