From 04488046d3d2bc538e1c9ddd3569c2c94e305434 Mon Sep 17 00:00:00 2001 From: Peter Chapman Date: Tue, 7 Jul 2026 12:14:49 +1200 Subject: [PATCH] SF-3823 Fix disabled state for previous/next buttons on mobile --- .../src/app/checking/checking/checking.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SIL.XForge.Scripture/ClientApp/src/app/checking/checking/checking.component.scss b/src/SIL.XForge.Scripture/ClientApp/src/app/checking/checking/checking.component.scss index 12a73feb51d..b436dcbbbb9 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/app/checking/checking/checking.component.scss +++ b/src/SIL.XForge.Scripture/ClientApp/src/app/checking/checking/checking.component.scss @@ -264,6 +264,12 @@ header { .mat-icon { color: var(--mat-button-text-label-text-color, var(--mat-sys-primary)); } + + &:disabled { + .mat-icon { + color: var(--mat-icon-button-disabled-icon-color); + } + } } // Switch to icon-only prev/next buttons on small screens