Skip to content

Commit

Permalink
chore: correct css to remove outline
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Dec 13, 2023
1 parent 65e2b54 commit 7fbe31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ body {
fill: #f7ea99;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
.esri-view .esri-view-surface:focus:after {
@apply outline-none;
}

0 comments on commit 7fbe31d

Please sign in to comment.