Commit 0d00e2f0 authored by Evonne Cheung's avatar Evonne Cheung Committed by Robert Lyon
Browse files

Bug #1996954 Disabled button icons needs to be grayed out

Overriding the !important tag for delete icons.

behatnotneeded

Change-Id: I0e0394ffe6f27d067b58bf7a8b894f7a8c6ded1a
parent aee242c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -81,6 +81,10 @@
            border-color: $btn-disabled-border;
            background: $btn-disabled-bg;
        }
        // Needs to reset icon color too
        .icon {
          color: $btn-disabled-color !important;
        }
    }
}