Skip to content

Commit

Permalink
feat(browser-extension): always overwrite outline property
Browse files Browse the repository at this point in the history
  • Loading branch information
wanhose committed Oct 13, 2022
1 parent 1a25d9d commit ff8a011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/browser-extension/src/styles/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ report-dialog-close-button {
display: inline-flex;
justify-content: center;
margin: 0px;
outline: none;
outline: none !important;
padding: 0px;
transition: 0.4s;
}
Expand Down Expand Up @@ -87,7 +87,7 @@ report-dialog-radio {
cursor: pointer;
display: block;
margin-top: 18px;
outline: none;
outline: none !important;
padding-left: 24px;
position: relative;
}
Expand Down Expand Up @@ -153,7 +153,7 @@ report-dialog-submit-button {
height: 39px;
justify-content: center;
margin-top: 24px;
outline: none;
outline: none !important;
padding: 8px 16px;
text-align: center;
transition: 0.4s;
Expand Down

0 comments on commit ff8a011

Please sign in to comment.