Skip to content

Commit

Permalink
adds styles to unlock button on node edit forms
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytaylor committed Sep 28, 2023
1 parent 0eda648 commit 24d4118
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
border: 2px solid var(--va-blue-darker);
color: var(--va-blue-darker);
}

&:focus {
box-shadow: var(--focus-box-shadow);
outline: var(--focus-outline);
}
}

.button--outline.action-link {
Expand Down

0 comments on commit 24d4118

Please sign in to comment.