2011-01-25 11:31:40 -08:00
|
|
|
/**
|
|
|
|
* @provides differential-table-of-contents-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.differential-toc-meta {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$lightgreytext};
|
|
|
|
padding-top: 2px;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2014-04-02 21:49:28 -07:00
|
|
|
table.aphront-table-view td.differential-toc-char {
|
|
|
|
padding-right: 0;
|
2011-01-25 11:31:40 -08:00
|
|
|
font-weight: bold;
|
2013-10-23 13:35:20 -07:00
|
|
|
color: {$darkbluetext};
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2014-04-02 21:49:28 -07:00
|
|
|
table.aphront-table-view td.differential-toc-prop {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
table.aphront-table-view td.differential-toc-ftype {
|
|
|
|
padding-left: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
color: {$darkbluetext};
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-file {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .differential-toc-file {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-cov {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
font-weight: bold;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
2011-02-04 17:53:14 -08:00
|
|
|
|
2012-05-29 18:20:11 -07:00
|
|
|
.differential-toc-reveal-all,
|
2012-02-29 23:16:45 -08:00
|
|
|
.differential-toc-edit-all {
|
|
|
|
float: right;
|
2013-10-23 13:35:20 -07:00
|
|
|
margin-left: 4px;
|
2012-02-29 23:16:45 -08:00
|
|
|
}
|
|
|
|
|
2011-02-04 17:53:14 -08:00
|
|
|
.diff-star-none {
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-okay {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$orange};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO: 'warn' and 'fail' are both red, but we can't make 'warn' yellow since
|
|
|
|
'okay' is a "gold star". */
|
|
|
|
.diff-star-warn {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$red};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-fail {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$red};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-skip {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$indigo};
|
2012-03-12 17:06:55 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc table td em {
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2012-03-12 17:06:55 -07:00
|
|
|
}
|
|
|
|
|
2012-12-12 21:00:35 -08:00
|
|
|
.differential-toc .button {
|
|
|
|
margin: 8px 0px 0px 8px;
|
|
|
|
}
|
|
|
|
|
2012-03-12 17:06:55 -07:00
|
|
|
.differential-mcoverage-loading {
|
2013-09-02 08:12:18 -07:00
|
|
|
color: {$lightgreytext};
|
2012-03-12 17:06:55 -07:00
|
|
|
}
|
2014-04-02 21:49:28 -07:00
|
|
|
|
|
|
|
.differential-toc-buttons {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
padding: 8px;
|
|
|
|
}
|
2015-06-23 13:34:25 -07:00
|
|
|
|
|
|
|
.differential-harbormaster-table-view {
|
|
|
|
margin: 4px 0;
|
|
|
|
border: 1px solid {$thinblueborder};
|
|
|
|
}
|
2020-04-28 08:58:17 -07:00
|
|
|
|
|
|
|
.diff-toc-path .phui-icon-view {
|
|
|
|
margin-right: 2px;
|
|
|
|
text-align: center;
|
|
|
|
width: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.aphront-table-view-compact td {
|
|
|
|
padding: 3px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.diff-toc-path td {
|
|
|
|
padding: 0;
|
|
|
|
color: {$greytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.diff-toc-path div.diff-path-component-new {
|
2020-05-01 12:19:01 -07:00
|
|
|
padding: 0 2px;
|
|
|
|
box-shadow: inset 0 -2px {$new-bright};
|
2020-04-28 08:58:17 -07:00
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diff-toc-path div.diff-path-component-old {
|
2020-05-01 12:19:01 -07:00
|
|
|
padding: 0 2px;
|
|
|
|
box-shadow: inset 0 -2px {$old-bright};
|
2020-04-28 08:58:17 -07:00
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diff-toc-path a {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
td.diff-toc-path .diff-path-old td {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.diff-toc-low-importance-row,
|
|
|
|
.alt-diff-toc-low-importance-row {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|