From 244554ea741095f43c269ed818016ed1c00b1c73 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Tue, 22 Nov 2022 15:26:30 +0100 Subject: [PATCH] refs #22739 [fid_adlr] change color of library-availibility links in tabs * specific selector to override in vufind6 introduced styles --- themes/fid_adlr/scss/adlr.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/fid_adlr/scss/adlr.scss b/themes/fid_adlr/scss/adlr.scss index 4e7bcfa0d09..28eac6c8953 100644 --- a/themes/fid_adlr/scss/adlr.scss +++ b/themes/fid_adlr/scss/adlr.scss @@ -88,7 +88,8 @@ ul { li { color: $asphalt; - .openurls & { + // added active class for creating more specific selector to override in vufind6 introduced styles + .active .openurls & { a, a:visited { color: $asphalt; -- GitLab