artists/summary: link other names to artist searches.

* Link other names to artist searches instead of to the new artist page.
* Remove the asterisk next to other names indicating the name isn't used
  as the primary name of another artist. This is almost always the case.
This commit is contained in:
evazion
2020-02-08 18:35:16 -06:00
parent 4ed716e90d
commit 3ef4d9c7ac
4 changed files with 16 additions and 28 deletions

View File

@@ -159,8 +159,6 @@
--error-message-color: #A00;
--new-artist-color: #A00;
--bulk-update-request-approved-color: green;
--bulk-update-request-failed-color: red;
@@ -441,7 +439,6 @@ body[data-current-user-theme="dark"] {
--low-post-count-color: var(--red-1);
--login-link-color: var(--red-1);
--new-artist-color: var(--red-1);
--remove-favorite-button: var(--red-1);
--fetch-source-data-border: 1px solid var(--grey-4);
--quick-search-form-background: var(--grey-1);

View File

@@ -1,9 +1,4 @@
div#c-artists, div#excerpt {
span.new-artist {
font-weight: bold;
color: var(--new-artist-color);
}
.recent-posts h2 {
margin: 1em 0 0.5em;
}