2011-01-25 20:31:40 +01:00
|
|
|
/**
|
|
|
|
* @provides differential-table-of-contents-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.differential-toc-meta {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$lightgreytext};
|
|
|
|
padding-top: 2px;
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
2014-04-03 06:49:28 +02:00
|
|
|
table.aphront-table-view td.differential-toc-char {
|
|
|
|
padding-right: 0;
|
2011-01-25 20:31:40 +01:00
|
|
|
font-weight: bold;
|
2013-10-23 22:35:20 +02:00
|
|
|
color: {$darkbluetext};
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
2014-04-03 06:49:28 +02: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 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-file {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .differential-toc-file {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-cov {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
font-weight: bold;
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
2011-02-05 02:53:14 +01:00
|
|
|
|
2012-05-30 03:20:11 +02:00
|
|
|
.differential-toc-reveal-all,
|
2012-03-01 08:16:45 +01:00
|
|
|
.differential-toc-edit-all {
|
|
|
|
float: right;
|
2013-10-23 22:35:20 +02:00
|
|
|
margin-left: 4px;
|
2012-03-01 08:16:45 +01:00
|
|
|
}
|
|
|
|
|
2011-02-05 02:53:14 +01:00
|
|
|
.diff-star-none {
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2011-02-05 02:53:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-okay {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$orange};
|
2011-02-05 02:53:14 +01: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-03 06:49:28 +02:00
|
|
|
color: {$red};
|
2011-02-05 02:53:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-fail {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$red};
|
2011-02-05 02:53:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-skip {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$indigo};
|
2012-03-13 01:06:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc table td em {
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2012-03-13 01:06:55 +01:00
|
|
|
}
|
|
|
|
|
2012-12-13 06:00:35 +01:00
|
|
|
.differential-toc .button {
|
|
|
|
margin: 8px 0px 0px 8px;
|
|
|
|
}
|
|
|
|
|
2012-03-13 01:06:55 +01:00
|
|
|
.differential-mcoverage-loading {
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2012-03-13 01:06:55 +01:00
|
|
|
}
|
2014-04-03 06:49:28 +02:00
|
|
|
|
|
|
|
.differential-toc-buttons {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
padding: 8px;
|
|
|
|
}
|
2015-06-23 22:34:25 +02:00
|
|
|
|
|
|
|
.differential-harbormaster-table-view {
|
|
|
|
margin: 4px 0;
|
|
|
|
border: 1px solid {$thinblueborder};
|
|
|
|
}
|
2020-04-28 17:58:17 +02: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 21:19:01 +02:00
|
|
|
padding: 0 2px;
|
|
|
|
box-shadow: inset 0 -2px {$new-bright};
|
2020-04-28 17:58:17 +02:00
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diff-toc-path div.diff-path-component-old {
|
2020-05-01 21:19:01 +02:00
|
|
|
padding: 0 2px;
|
|
|
|
box-shadow: inset 0 -2px {$old-bright};
|
2020-04-28 17:58:17 +02: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;
|
|
|
|
}
|