Skip to content

Commit

Permalink
css linting color notation
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Dec 22, 2023
1 parent d1168b5 commit 58e29ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/look-ahead-list/look-ahead-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.look-ahead-list .dropdown:focus-within {
box-shadow: 0 0 0 1px rgb(38, 132, 255);
box-shadow: 0 0 0 1px rgb(38 132 255);
}

.look-ahead-list {
Expand Down

0 comments on commit 58e29ed

Please sign in to comment.