• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CBIIT / bento-c3dc-frontend / 25695561366

09 Feb 2026 03:26PM UTC coverage: 0.167%. First build
25695561366

push

github

web-flow
Merge pull request #490 from CBIIT/1.8.0

1.8.0 Release

6 of 3680 branches covered (0.16%)

Branch coverage included in aggregate %.

0 of 925 new or added lines in 39 files covered. (0.0%)

10 of 5876 relevant lines covered (0.17%)

0.09 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/pages/inventory/filterQueryBar/QueryBarStyles.js
1
/**
2
 * Generate the default styling for the component
3
 */
NEW
4
import { FACET_NAMES, obtainColorFromSectionName } from '../../../bento/dashTemplate';
×
5
export  const customStyles = {
×
6
    queryWrapper: {
7
      //height: '120px',
8
      paddingBottom: '12px',
9
      backgroundColor: '#FFFFFF',
10
      borderBottom: '1px solid #B0B0B0',
11
      padding: '14px 14px 0px 25px',
12
      overflowY: 'auto',
13
    },
14
    queryContainer: {
15
      marginLeft: 5,
16
      position: 'relative',
17
      lineHeight: '2.4em',
18
      fontFamily: 'Nunito',
19
      fontSize: '12px',
20
      color: '#000000',
21
    },
22
    filterName: {
23
      textTransform: 'uppercase',
24
      padding: '3px 6px 3px 6px',
25
      borderRadius: 4,
26
      fontSize: 12,
27
      fontWeight: 600,
28
      cursor: 'pointer',
29
      backgroundColor: '#E6FFF9',
30
    },
31
    filterCheckboxes: {
32
      padding: '3px 6px 3px 6px',
33
      borderRadius: 5,
34
      fontSize: 12,
35
      fontWeight: 600,
36
      border: '0.5px solid #646464',
37
      width: 'fit-content',
38
      backgroundColor: '#fff',
39
      cursor: 'pointer',
40
      color: '#008566',
41
    },
42
    bracketsOpen: {
43
      fontSize: 20,
44
      fontFamily: 'Nunito',
45
      color: '#646464',
46
      marginRight: 3,
47
      fontWeight: 600,
48
    },
49
    bracketsClose: {
50
      fontSize: 20,
51
      fontFamily: 'Nunito',
52
      color: '#646464',
53
      marginLeft: 3,
54
      fontWeight: 600,
55
    },
56
    ellipsis: {
57
      fontFamily: 'Nunito',
58
      fontWeight: 600,
59
      fontSize: 10,
60
      marginLeft: 3,
61
    },
62
    operators: {
63
      color: '#646464',
64
      marginLeft: '3px',
65
      marginRight: '3px',
66
      borderBottom: 'none',
67
      textDecoration: 'none',
68
      fontSize: 10,
69
      fontWeight: 'bold',
70
    },
71
    clearQueryButton: {
72
      margin: '1px',
73
      //marginLeft: -6,
74
      fontWeight: 600,
75
      fontSize: '12px',
76
      color: '#fff',
77
      borderRadius: '5px',
78
      fontFamily: 'Nunito',
79
      boxSizing: 'border-box',
80
      backgroundColor: '#646464',
81
      textTransform: 'capitalize',
82
      border: '1px solid #B4B4B4',
83
      padding: '1px 5px 0px 6px',
84
      '&:hover': {
85
        backgroundColor: '#646464',
86
      },
87
    },
88
    divider: {
89
      padding: '0 0 3px 0',
90
      fontSize: '23px',
91
      borderRight: '1px solid #969696',
92
      marginLeft: 7,
93
    },
94
    /* Custom Styling by Project */
95
    localFind: {
96
      color: '#7AA6B6',
97
    },
98
    localFindBackground: {
99
      backgroundColor: '#E4ECE9',
100
    },
101
    /*
102
    facetSectionCases: {
103
      color: '#7AA6B6',
104
    },
105
    facetSectionCasesBackground: {
106
      backgroundColor: '#E4ECE9',
107
    },
108
    facetSectionFiles: {
109
      color: '#E636E4',
110
    },
111
    facetSectionFilesBackground: {
112
      backgroundColor: '#F5C3F1',
113
    },*/
114
    facetSectionStudy: {
115
      color: obtainColorFromSectionName(FACET_NAMES.STUDY).queryBarAttrbTextColor,
116
    },
117
    facetSectionStudyBackground: {
118
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.STUDY).queryBarNameBkgdColor,
119
      border: '2px solid #646464',
120
    },
121
    facetSectionDemographics: {
122
      color: obtainColorFromSectionName(FACET_NAMES.DEMOGRAPHICS).queryBarAttrbTextColor,
123
    },
124
    facetSectionDemographicsBackground: {
125
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.DEMOGRAPHICS).queryBarNameBkgdColor,
126
      border: '2px solid #646464',
127
    },
128
    facetSectionDiagnosis: {
129
      color: obtainColorFromSectionName(FACET_NAMES.DIAGNOSIS).queryBarAttrbTextColor,
130
    },
131
    facetSectionDiagnosisBackground: {
132
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.DIAGNOSIS).queryBarNameBkgdColor,
133
      border: '2px solid #646464',
134
    },
135
    facetSectionGeneticanalysis: {
136
      color: obtainColorFromSectionName(FACET_NAMES.GENETICANALYSIS).queryBarAttrbTextColor,
137
    },
138
    facetSectionGeneticanalysisBackground: {
139
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.GENETICANALYSIS).queryBarNameBkgdColor,
140
      border: '2px solid #646464',
141
    },
142
    facetSectionTreatment: {
143
      color: obtainColorFromSectionName(FACET_NAMES.TREATMENT).queryBarAttrbTextColor,
144
    },
145
    facetSectionTreatmentBackground: {
146
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.TREATMENT).queryBarNameBkgdColor,
147
      border: '2px solid #646464',
148
    },
149
    facetSectionTreatmentresponse: {
150
      color: obtainColorFromSectionName(FACET_NAMES.TREATMENTRESPONSE).queryBarAttrbTextColor,
151
    },
152
    facetSectionTreatmentresponseBackground: {
153
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.TREATMENTRESPONSE).queryBarNameBkgdColor,
154
      border: '2px solid #646464',
155
    },
156
    facetSectionSurvival: {
157
      color: obtainColorFromSectionName(FACET_NAMES.SURVIVAL).queryBarAttrbTextColor,
158
    },
159
    facetSectionSurvivalBackground: {
160
      backgroundColor: obtainColorFromSectionName(FACET_NAMES.SURVIVAL).queryBarNameBkgdColor,
161
      border: '2px solid #646464',
162
    },
163
    localFindAssociatedIdsBackground: {
164
      backgroundColor: '#F6A700',
165
    },
166
    localFindAssociatedIdsText: {
167
      color: '#B36B00',
168
    },
169

170
    /*
171
    facetSectionSamples: {
172
      color: '#907642',
173
    },
174
    facetSectionSamplesBackground: {
175
      backgroundColor: '#F0DFBD40',
176
      border: '1px solid #646464',
177
    },
178
    facetSectionDatacategory: {
179
      color: '#A85348',
180
    },
181
    facetSectionDatacategoryBackground: {
182
      backgroundColor: '#F8D7D240',
183
      border: '1px solid #646464',
184
    },
185

186
    facetSectionLibrary: {
187
      color: '#14A773',
188
    },
189
    facetSectionLibraryBackground: {
190
      backgroundColor: '#DDEAE540',
191
      border: '1px solid #646464',
192
    },*/
193
  }
194
  
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc