Skip to content

Commit

Permalink
add focus (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Mar 25, 2024
1 parent 382bc4d commit dd9b607
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ $file-upload: null !default;
padding-bottom: var(--s-2xs);
}
}

.ecl-file-upload:focus-visible
+ .ecl-file-upload__button-container
.ecl-file-upload__button {
outline: 1px solid map.get($theme, 'color', 'white');
outline-offset: -3px;
}

1 comment on commit dd9b607

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.