From 391d45ea6cf985a980d5972489162a60d601eb1a Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Tue, 13 Sep 2016 15:42:13 -0400 Subject: [PATCH] Theme: Fix icon default color when not within a button Fixes jquery/jqueryui.com#159 Closes gh-1745 --- themes/base/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/base/theme.css b/themes/base/theme.css index bfdf9b7c0..d84cd1905 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -204,8 +204,7 @@ a.ui-button:active, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, -.ui-button:focus .ui-icon, -.ui-state-default .ui-icon { +.ui-button:focus .ui-icon { background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/; } .ui-state-active .ui-icon,