Skip to content

Commit

Permalink
debug: increase opacity of disabled items to pass color check
Browse files Browse the repository at this point in the history
fixes #86342
  • Loading branch information
isidorn committed Dec 10, 2019
1 parent 553e1ea commit 1f0a0a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}

.debug-viewlet .disabled {
opacity: 0.35;
opacity: 0.65;
}

/* Call stack */
Expand Down

0 comments on commit 1f0a0a7

Please sign in to comment.