diff --git a/app/assets/stylesheets/spotlight/_spotlight.scss b/app/assets/stylesheets/spotlight/_spotlight.scss index e80f13ec3..fd7d75661 100644 --- a/app/assets/stylesheets/spotlight/_spotlight.scss +++ b/app/assets/stylesheets/spotlight/_spotlight.scss @@ -49,4 +49,30 @@ body { .btn .blacklight-icons svg { fill: var(--bs-btn-color); +} + + +.link-unstyled { + &, + &:visited, + &:hover, + &:active, + &:focus, + &:active:hover { + font-style: inherit; + color: inherit; + background-color: transparent; + font-size: inherit; + text-decoration: none; + font-variant: inherit; + font-weight: inherit; + line-height: inherit; + font-family: inherit; + border-radius: inherit; + border: inherit; + outline: inherit; + box-shadow: inherit; + padding: inherit; + vertical-align: inherit; + } } \ No newline at end of file diff --git a/app/components/spotlight/title_component.html.erb b/app/components/spotlight/title_component.html.erb index 956008dee..a5a0e09ab 100644 --- a/app/components/spotlight/title_component.html.erb +++ b/app/components/spotlight/title_component.html.erb @@ -1,6 +1,8 @@
- <%= title %> - <%= subtitle %> + + <%= title %> + <%= subtitle %> +