Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #146 from LandRegistry/warning-focus-styles
Browse files Browse the repository at this point in the history
add focus styles for warning panel to match .error-summary
  • Loading branch information
andymantell authored Feb 7, 2018
2 parents 11156a8 + 40ba87c commit 7cacbef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/land_registry_elements/warning/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
background-color: #fff2d3;
padding: $gutter-two-thirds;
margin: $gutter 0;

&:focus {
outline: 3px solid $focus-colour;
}

.media__body {
> :first-child {
Expand Down

0 comments on commit 7cacbef

Please # to comment.