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

CBIIT / INS-WebPortal / 21258801861

22 Jan 2026 05:46PM UTC coverage: 2.85% (+0.5%) from 2.314%
21258801861

Pull #488

github

web-flow
Merge b1a495e36 into ca62eea5a
Pull Request #488: INS-1517 Design 508 Fixes

49 of 1788 branches covered (2.74%)

Branch coverage included in aggregate %.

9 of 22 new or added lines in 8 files covered. (40.91%)

1 existing line in 1 file now uncovered.

95 of 3264 relevant lines covered (2.91%)

11.82 hits per line

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

0.0
/src/pages/dashTemplate/filterQueryBar/QueryBarStyles.js
NEW
1
const customStyles = () => ({
×
2
  clearQueryButton: {
3
    margin: '1px',
4
    marginLeft: -6,
5
    fontWeight: 600,
6
    fontSize: '13px',
7
    color: '#fff',
8
    borderRadius: '15px',
9
    fontFamily: 'Nunito',
10
    boxSizing: 'border-box',
11
    backgroundColor: '#757575',
12
    textTransform: 'capitalize',
13
    border: '1px solid #B4B4B4',
14
    padding: '1px 5px 0px 6px',
15
    '&:hover': {
16
      backgroundColor: '#969696',
17
    },
18
  },
19
  filterName: {
20
    textTransform: 'uppercase',
21
    padding: '5px 6px 5px 7px',
22
    borderRadius: 4,
23
    fontSize: 12,
24
    fontWeight: 600,
25
    fontFamily: 'Nunito',
26
    lineHeight: '33.6px',
27
    letterSpacing: '0.5px',
28
    cursor: 'pointer',
29
  },
30
  filterCheckboxes: {
31
    padding: '4px 7px 3px 6px',
32
    borderRadius: 4,
33
    fontSize: 12,
34
    fontWeight: 600,
35
    border: '1px solid #898989',
36
    width: 'fit-content',
37
    backgroundColor: '#fff',
38
    fontFamily: 'Nunito',
39
    lineHeight: '33.6px',
40
    letterSpacing: '0.5px',
41
    cursor: 'pointer',
42
  },
43
  facetSectionProgramsBackground: {
44
    backgroundColor: '#BFEAD3',
45
    color: '#0E3151',
46
    border: '1px solid #898989',
47
  },
48
  facetSectionPrograms: {
49
    color: '#056644',
50
  },
51
  bracketsOpen: {
52
    fontSize: 20,
53
    fontFamily: 'Nunito',
54
    color: '#6C6C6C',
55
    marginRight: 3,
56
    fontWeight: 600,
57
  },
58
  bracketsClose: {
59
    fontSize: 20,
60
    fontFamily: 'Nunito',
61
    color: '#6C6C6C',
62
    marginLeft: 3,
63
    fontWeight: 600,
64
  },
NEW
65
});
×
66

67
export default customStyles;
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