All files / src/list/status/StatusDropdown StatusDropdown.module.css

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 701x                                                                                                                                          
.container {
  max-width: 100%;
}
.posRel {
  position: relative;
}
.maxHgt {
  max-height: 265px;
  padding: 10px 0;
}
.responsivemaxHgt{
  padding: 10px 0 0;
}
.title {
  padding-top: 6px;
}
.default_arrow,
.overlay_arrow {
  padding: 0 0 0 5px;
}
.overlay_arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) perspective(1px);
}
.hoverIcon .arrow {
  opacity: 0;
  visibility: hidden;
}
.hoverIcon:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.value {
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
}
.search {
  padding: 6px 20px 0;
}
.svgWrapper {
  padding-bottom: 25px;
}
.readOnly {
  cursor: no-drop;
}
.cursorDefault {
  cursor: default;
}
.cursor {
  cursor: pointer;
}
.dropBoxContainer {
  text-align: left;
}
.iconBox {
  margin-right: 4px;
}
.iconBox > i {
  display: block;
}
.loader {
  width: 40px;
  margin: 0 auto;
}
.seperatedLine {
  border-bottom: 1px solid var(--zdt_statusdropdown_line_border);
  height: 1px;
  margin: 9px 0 10px;
}