@@ -815,6 +815,7 @@ export default {
815815.object - id {
816816 color: var (-- color- text- maxcontrast);
817817 font- size: 0 .9em ;
818+ font- family: monospace;
818819 margin: 0 ;
819820}
820821
@@ -924,6 +925,32 @@ export default {
924925 white- space: nowrap;
925926}
926927
928+ .file - table th, .relation - table th {
929+ background- color: var (-- color- background- dark);
930+ font- weight: bold;
931+ position: sticky;
932+ top: 0 ;
933+ z- index: 1 ;
934+ }
935+
936+ .report - table {
937+ width: 100 % ;
938+ border- collapse: collapse;
939+ margin- top: 8px ;
940+ }
941+
942+ .report - table th,
943+ .report - table td {
944+ padding: 8px 12px ;
945+ text- align: left;
946+ border- bottom: 1px solid var (-- color- border);
947+ }
948+
949+ .report - table th {
950+ background- color: var (-- color- background- dark);
951+ font- weight: bold;
952+ }
953+
927954.file - table th: nth- child (1 ), .file - table td: nth- child (1 ) {
928955 width: 60 % ;
929956}
@@ -948,14 +975,6 @@ export default {
948975 width: 25 % ;
949976}
950977
951- .file - table th, .relation - table th {
952- background- color: var (-- color- background- dark);
953- font- weight: bold;
954- position: sticky;
955- top: 0 ;
956- z- index: 1 ;
957- }
958-
959978.file - table tbody tr: hover,
960979.relation - table tbody tr: hover {
961980 background- color: var (-- color- background- hover);
@@ -998,12 +1017,6 @@ export default {
9981017 margin- top: 8px ;
9991018}
10001019
1001- .object - id {
1002- color: var (-- color- text- maxcontrast);
1003- font- size: 0 .9em ;
1004- font- family: monospace;
1005- }
1006-
10071020.object - title {
10081021 color: var (-- color- main- text);
10091022 font- weight: 500 ;
@@ -1032,24 +1045,6 @@ export default {
10321045 margin- bottom: 4px ;
10331046}
10341047
1035- .report - table {
1036- width: 100 % ;
1037- border- collapse: collapse;
1038- margin- top: 8px ;
1039- }
1040-
1041- .report - table th,
1042- .report - table td {
1043- padding: 8px 12px ;
1044- text- align: left;
1045- border- bottom: 1px solid var (-- color- border);
1046- }
1047-
1048- .report - table th {
1049- background- color: var (-- color- background- dark);
1050- font- weight: bold;
1051- }
1052-
10531048.error - text {
10541049 color: var (-- color- error);
10551050}
0 commit comments