Skip to content

Commit

Permalink
fix: show when current screenshot is focused element
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Apr 1, 2021
1 parent 47f7f9f commit 1c6d249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2021-03-25T22:06:07.630Z\n"
"PO-Revision-Date: 2021-03-25T22:06:07.630Z\n"
"POT-Creation-Date: 2021-04-01T14:53:42.851Z\n"
"PO-Revision-Date: 2021-04-01T14:53:42.851Z\n"

msgid "App uninstalled successfully"
msgstr ""
Expand Down
4 changes: 4 additions & 0 deletions src/components/AppDetails/AppDetails.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
border-color: var(--colors-blue500);
}

.otherScreenshotCurrent:focus-visible {
box-shadow: 0 0 0 3px #2196f37d;
}

.versionsContainer {
border: 1px solid var(--colors-grey300);
}
Expand Down

0 comments on commit 1c6d249

Please sign in to comment.