Bug 1220680 - Make detail highlighting more consistent / subtle in compare view

* low/medium/high confidence explanation now uses same tooltip as the other
  elements
* we now only underline the currently hovered row
This commit is contained in:
William Lachance 2015-11-02 17:18:19 -05:00
Родитель bb9e3e4740
Коммит adedad55c8
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -263,6 +263,10 @@ to { opacity: 0; }
text-align: left;
}
.compare-table tr:hover .detail-hint {
border-bottom: 1px dotted #777;
}
.compare-table .num-runs {
text-align: right;
}
@ -313,7 +317,3 @@ span.compare-regression {
.bar-regression {
background-color: red;
}
.detail-hint {
border-bottom: 1px dotted #777;
}

Просмотреть файл

@ -68,7 +68,7 @@
<td ng-if="!compareResult.delta"></td>
<td>
<span ng-if="compareResult.confidenceText && compareResult.confidence">
{{compareResult.confidence|displayPrecision}} (<abbr title="Result of running t-test on base versus new result distribution: higher values indicate greater confidence that the indicated performance difference is statistically meaningful">{{compareResult.confidenceText}}</abbr>)</span>&nbsp;
{{compareResult.confidence|displayPrecision}} (<span class="detail-hint" tooltip="Result of running t-test on base versus new result distribution: higher values indicate greater confidence that the indicated performance difference is statistically meaningful">{{compareResult.confidenceText}}</abbr>)</span>&nbsp;
</td>
<td class="num-runs">
<span class="detail-hint"