Add transfer history and unify back elements with breadcrumbs (#1088)

* Add transfer history and unify back elements with breadcrumbs

* Increase padding of breadcrumbs, include previous query params, more consistent link underlining

* Prettier

* Add project type text and link to project pages

* Remove console.log
This commit is contained in:
Prospector
2023-04-15 12:08:11 -07:00
committed by GitHub
parent 257b35e4ae
commit fd28da2a3b
10 changed files with 320 additions and 47 deletions

View File

@@ -605,6 +605,7 @@
&:focus-visible,
&:hover {
color: var(--color-link-hover);
text-decoration: underline;
}
&:active {
@@ -1310,6 +1311,7 @@ textarea.known-error {
.goto-link:hover,
.goto-link:focus-visible {
color: var(--color-link-hover);
text-decoration: underline;
}
.goto-link:active {