From 43ca34657c3330b057494ac0eae27cd94fc2ea11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Cu=C3=A9llar=20Hidalgo?= Date: Wed, 11 Dec 2024 15:05:14 -0600 Subject: [PATCH 1/2] Fix #6796 --- app/assets/stylesheets/hyrax/_buttons.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/hyrax/_buttons.scss b/app/assets/stylesheets/hyrax/_buttons.scss index ad00de3dd1..f55b115047 100644 --- a/app/assets/stylesheets/hyrax/_buttons.scss +++ b/app/assets/stylesheets/hyrax/_buttons.scss @@ -64,3 +64,9 @@ span.appliedFilter .remove { td.toggle input[type="submit"]:not(.active) { @extend .btn-default; } + +.btn-link { + font-weight: 400; + color: #0056b3; + text-decoration: none; +} \ No newline at end of file From f39ab7b68fdeb3164a3193593ade72b36c45c844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Cu=C3=A9llar=20Hidalgo?= Date: Tue, 7 Jan 2025 13:00:38 -0600 Subject: [PATCH 2/2] reduce scope gor btn-link --- app/assets/stylesheets/hyrax/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/hyrax/_buttons.scss b/app/assets/stylesheets/hyrax/_buttons.scss index f55b115047..7bb1e812d7 100644 --- a/app/assets/stylesheets/hyrax/_buttons.scss +++ b/app/assets/stylesheets/hyrax/_buttons.scss @@ -65,7 +65,7 @@ td.toggle input[type="submit"]:not(.active) { @extend .btn-default; } -.btn-link { +.btn-link.add { font-weight: 400; color: #0056b3; text-decoration: none;