Skip to content
代码片段 群组 项目
提交 01e428f3 编辑于 作者: Chad Lavimoniere's avatar Chad Lavimoniere
浏览文件

Ensure pipeline job items in a stage have appropriate border radius

Bridge type jobs are given a large border radius, but when these job
items are shown as part of a stage column they should have our base
border radius to match up with the parent container's border radius.

Changelog: fixed
上级 457311c9
No related branches found
No related tags found
无相关合并请求
......@@ -79,7 +79,7 @@ export default {
jobClasses: [
'gl-p-3',
'gl-border-0',
'gl-rounded-base',
'!gl-rounded-base',
'hover:gl-bg-strong',
'focus:gl-bg-strong',
'hover:gl-text-gray-900',
......
......@@ -219,7 +219,7 @@ describe('graph component', () => {
const jobClasses = [
'gl-p-3',
'gl-border-0',
'gl-rounded-base',
'!gl-rounded-base',
'hover:gl-bg-strong',
'focus:gl-bg-strong',
'hover:gl-text-gray-900',
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册