All files / src/list/Comment Comment.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 251x                                                
.varClass {
  --icon_color: var(--zdt_comment_iconText);
}
.container {
  composes: varClass;
  composes: inlineBlockMiddle from '../listCommon.module.css';
  position: relative;
  color: var(--icon_color);
  padding: 0 2px;
  cursor: pointer;
}
.container:hover {
  --icon_color: var(--zdt_comment_hover_iconText);
}
.count {
  position: absolute;
  top: 1px;
  font-size: 9px;
  text-align: center;
  left: 100%;
}
.commentIcon {
  font-size: 13px;
}