Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Outline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresKasekamp committed Dec 20, 2023
1 parent 7396da2 commit 1203c98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ body {
display: flex;
}

.esri-view .esri-view-surface--touch-none:focus::after {
outline: none !important;
}

#header {
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -192,3 +196,9 @@ img {
margin-left: 1rem;
margin-right: 1rem;
}


/* .esri-view .esri-view-surface--inset-outline:focus::after {
outline: none !important;
}‍‍‍ */

0 comments on commit 1203c98

Please sign in to comment.