Skip to content

Commit

Permalink
TasksPage: restyle starting page dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed May 17, 2024
1 parent 4dec5eb commit ecd1f14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default function TasksPage() {
</button>
<select
aria-label="Choose starting Page"
className="flex-item"
className="flex-item workflow-starting-page"
onChange={handleChangeStartingPage}
value={firstStepKey}
>
Expand Down
5 changes: 5 additions & 0 deletions css/lab-pages-editor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ $fontWeightBoldPlus = 700
.status-inactive
color: $redBright

.workflow-starting-page
border: 1.5px solid $grey1
border-radius: $sizeXS
color: $grey2

dialog
border: 1px solid $grey1
border-radius: $sizeS
Expand Down

0 comments on commit ecd1f14

Please sign in to comment.