packages/issue-dashboard-widgets/widgets/youtrack-activities-widget/app/style/activities-widget.css [213:232]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  position: absolute;
  top: 6px;

  display: inline-block;

  width: 15px;
  height: 13px;

  cursor: default;
  text-align: center;
  vertical-align: text-bottom;
  white-space: nowrap;

  border: 1px solid transparent;
  border-radius: 2px;
  background-color: var(--ring-sidebar-background-color);

  font-size: 10px;
  line-height: 13px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



packages/issue-dashboard-widgets/widgets/youtrack-issues-list/app/style/issues-list-widget.css [39:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  position: absolute;
  top: 6px;

  display: inline-block;

  width: 15px;
  height: 13px;

  cursor: default;

  text-align: center;
  vertical-align: text-bottom;
  white-space: nowrap;

  border: 1px solid transparent;
  border-radius: 2px;

  background-color: var(--ring-sidebar-background-color);

  font-size: 10px;

  line-height: 13px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



