Skip to content

Commit

Permalink
MWPW-142622: [Project PEP] Close button focus (#1897)
Browse files Browse the repository at this point in the history
* [MWPW-139990] PEP prompt

* MWPW-142617: Microsoft Edge & Chrome Win - progress bar not completely loaded (#1882)

* hotfix

* refactor: changed loader animation logic

* update

* revert update

* more gpu acceleration for pep loader

* hotfix

* hotfix

* [MWPW-141023] PEP authoring (#1889)

* hotfix: blue outline on close button when focused

* hotfix

---------

Co-authored-by: Rares Munteanu <overmyheadandbody@gmail.com>
  • Loading branch information
robert-bogos and overmyheadandbody committed Apr 8, 2024
1 parent 3d45864 commit 0692140
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/features/webapp-prompt/webapp-prompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@
left: 12px;
}

.appPrompt-close:focus {
/* For Firefox */
outline: auto;
/* For Chrome, Edge, and Safari */
outline: 2px solid -webkit-focus-ring-color;
}

.appPrompt-progressWrapper {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 0692140

Please sign in to comment.