From da5662c454cbdf9e81c6ac83cc0dfe72692fd883 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 11 Aug 2017 15:11:47 +0200 Subject: Use separate element color in theming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way we can use a grey color when the primary color is to bright Signed-off-by: Julius Härtl --- core/css/jquery-ui-fixes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css/jquery-ui-fixes.scss') diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss index cf27c1561f0..87167100813 100644 --- a/core/css/jquery-ui-fixes.scss +++ b/core/css/jquery-ui-fixes.scss @@ -190,6 +190,6 @@ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid transparent; background: inherit; - color: $color-primary; + color: $color-primary-element; } } -- cgit v1.2.3