Skip to content

Commit

Permalink
css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher authored and bstopp committed Mar 6, 2024
1 parent fac7ffe commit 9dd16da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: 0px 0px 0px 1px rgb(38, 132, 255);
box-shadow: 0 0 0 1px rgb(38, 132, 255);
}

.look-ahead-list {
Expand Down Expand Up @@ -64,7 +64,7 @@
display: none;
position: absolute;
background-color: #f9f9f9;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 4px 11px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px rgba(0 0 0 / 10%), 0 4px 11px rgba(0 0 0 / 10%);
max-height: 200px;
width: 100%;
overflow-y: auto;
Expand Down

0 comments on commit 9dd16da

Please sign in to comment.