未验证 提交 c84948f7 编写于 作者: B Boris Sekachev 提交者: GitHub

Added css classes for cypress testing (#2344)

上级 df2dcc02
......@@ -3,6 +3,7 @@
// SPDX-License-Identifier: MIT
@import '../../base.scss';
@import '../../styles.scss';
.cvat-tasks-page {
padding-top: 15px;
......@@ -159,6 +160,10 @@
margin-right: 20px;
}
.cvat-item-task-name {
@extend .cvat-text-color;
}
#cvat-create-task-button {
padding: 0 30px;
}
......@@ -52,8 +52,8 @@ class TaskItemComponent extends React.PureComponent<TaskItemProps & RouteCompone
return (
<Col span={10} className='cvat-task-item-description'>
<Text strong type='secondary'>{`#${id}: `}</Text>
<Text strong className='cvat-text-color'>{name}</Text>
<Text strong type='secondary' className='cvat-item-task-id'>{`#${id}: `}</Text>
<Text strong className='cvat-item-task-name'>{name}</Text>
<br />
{ owner
&& (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册