diff --git a/clang/lib/Analysis/FlowSensitive/HTMLLogger.css b/clang/lib/Analysis/FlowSensitive/HTMLLogger.css index c8212df1f94b8..0ac1902ea4651 100644 --- a/clang/lib/Analysis/FlowSensitive/HTMLLogger.css +++ b/clang/lib/Analysis/FlowSensitive/HTMLLogger.css @@ -64,15 +64,16 @@ section h2 { text-align: center; } #iterations .chooser:not(.iter-select).hover { - background-color: #aaa; + background-color: #ddd; } #iterations .iter-select { font-weight: bold; - background-color: #ccc; } #iterations .chooser:not(.iter-select) { text-decoration: underline; color: blue; + cursor: pointer; + background-color: #ccc; } code.filename {