-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Fix jumping behavior when hovering over tabs of open report/alert.
Pseudo selectors no longer work when not prefixed with & in styled-components 6
- Loading branch information
1 parent
9cf69e1
commit 4335bdf
Showing
7 changed files
with
55 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"type": "git", | ||
"url": "https://github.com/greenbone/gsa/" | ||
}, | ||
"author": "Bj\u00f6rn Ricks <[email protected]>", | ||
"author": "Björn Ricks <[email protected]>", | ||
"license": "AGPL-3.0+", | ||
"main": "src/index.js", | ||
"engines": { | ||
|
@@ -64,7 +64,7 @@ | |
"redux": "^4.2.1", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.4.2", | ||
"styled-components": "^6.1.0", | ||
"styled-components": "^6.1.1", | ||
"uuid": "^9.0.1", | ||
"whatwg-fetch": "^3.6.19" | ||
}, | ||
|
@@ -126,4 +126,4 @@ | |
"git add" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters