Fix disabled operation icon styling

This commit is contained in:
Quincy Morgan
2020-07-10 17:00:13 -04:00
parent 0d4946fe47
commit d54e738eeb

View File

@@ -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);