From 5aeae694bed8935be8b7b50d9f09040b2d9ce5da Mon Sep 17 00:00:00 2001 From: Ivaylo Draganov Date: Tue, 5 Oct 2021 20:44:14 +0300 Subject: [PATCH] Use disabled button state for slider thumb --- mods/d2k/chrome.yaml | 2 +- mods/ra/chrome.yaml | 2 +- mods/ts/chrome.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/d2k/chrome.yaml b/mods/d2k/chrome.yaml index 6806f74c7d..4ba9286f6a 100644 --- a/mods/d2k/chrome.yaml +++ b/mods/d2k/chrome.yaml @@ -368,7 +368,7 @@ slider-thumb-pressed: Inherits: button-pressed slider-thumb-disabled: - Inherits: button + Inherits: button-disabled checkbox: Inherits: button-pressed diff --git a/mods/ra/chrome.yaml b/mods/ra/chrome.yaml index 112ff33a23..882a03e599 100644 --- a/mods/ra/chrome.yaml +++ b/mods/ra/chrome.yaml @@ -497,7 +497,7 @@ slider-thumb-pressed: Inherits: button-pressed slider-thumb-disabled: - Inherits: button + Inherits: button-disabled checkbox: Inherits: button-pressed diff --git a/mods/ts/chrome.yaml b/mods/ts/chrome.yaml index 0b1da44f09..1eae380fb9 100644 --- a/mods/ts/chrome.yaml +++ b/mods/ts/chrome.yaml @@ -630,7 +630,7 @@ slider-thumb-pressed: Inherits: button-pressed slider-thumb-disabled: - Inherits: button + Inherits: button-disabled checkbox: Inherits: button-pressed