Skip to content

Commit

Permalink
Merge pull request #86 from postmanlabs/markeng-2861
Browse files Browse the repository at this point in the history
[MARKENG-2861] Fast follow: Remove outline
  • Loading branch information
brandonmcastillo authored Oct 11, 2023
2 parents 63db3b4 + 41145e9 commit 213e0d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "post-zen",
"author": "Brandon Castillo, Marketing Engineering, Postman.",
"version": "1.10.0",
"version": "1.10.1",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5312,6 +5312,9 @@ a.dropdown-item.app-cta {
.dropdown-item:hover {
background-color: #f8f9fa !important;
}
a.nav-link:focus {
outline: 0 !important;
}

a.nav-link.uber-nav,
a.nav-link.uber-nav:active {
Expand Down

0 comments on commit 213e0d6

Please sign in to comment.