Skip to content

Commit

Permalink
[google-maps-input] Use the --focus-color variable for focus ring
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 8f82dd9 commit 941ee7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

@nest &.focused {
box-shadow: 0 0 0 1px var(--component-bg), 0 0 0 3px var(--brand-primary);
box-shadow: 0 0 0 1px var(--component-bg), 0 0 0 3px var(--focus-color);
}
}

Expand Down

0 comments on commit 941ee7f

Please sign in to comment.