From d54e738eeb9d20486bc4709bc7376889189b3771 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 10 Jul 2020 17:00:13 -0400 Subject: [PATCH] Fix disabled operation icon styling --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 41d658d5c..f17ceeefb 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -411,6 +411,7 @@ button[disabled].action { fill: #222; color: #79f; } +button.disabled .icon.operation use, .icon.operation.disabled use { fill: rgba(32,32,32,.2); color: rgba(40,40,40,.2);