Skip to content

Commit

Permalink
Merge pull request #1537 from klembot/update-react-tabs
Browse files Browse the repository at this point in the history
Update react-tabs to v4
  • Loading branch information
klembot authored Jun 28, 2024
2 parents d0b4bfb + eee2650 commit 9346edd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-popper": "^2.2.4",
"react-router-dom": "^5.2.0",
"react-scrollbar-size": "^3.2.0",
"react-tabs": "^3.2.3",
"react-tabs": "^4.3.0",
"react-transition-group": "^4.4.1",
"scroll": "^3.0.1",
"segseg": "^1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions src/components/route-toolbar/route-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
transition: background 0.3s;
}

.route-toolbar .route-toolbar-tab:focus {
outline: none;
}

.route-toolbar .route-toolbar-tab:hover {
background: var(--light-gray-translucent);
}
Expand Down

0 comments on commit 9346edd

Please sign in to comment.