Skip to content
代码片段 群组 项目
提交 e38a3bba 编辑于 作者: Phil Hughes's avatar Phil Hughes
浏览文件

Merge branch '59875-stylelint-panels' into 'master'

Fixed style-lint errors for `panels.scss`

Closes #59875

See merge request gitlab-org/gitlab-ce!30748
No related branches found
No related tags found
无相关合并请求
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
<template> <template>
<div v-if="isFetchingMergeRequests || (!isFetchingMergeRequests && totalCount)"> <div v-if="isFetchingMergeRequests || (!isFetchingMergeRequests && totalCount)">
<div id="merge-requests" class="card-slim mt-3"> <div id="merge-requests" class="card card-slim mt-3">
<div class="card-header"> <div class="card-header">
<div class="card-title mt-0 mb-0 h5 merge-requests-title"> <div class="card-title mt-0 mb-0 h5 merge-requests-title">
<span class="mr-1"> <span class="mr-1">
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
} }
.card-slim { .card-slim {
@extend .card;
margin-bottom: $gl-vert-padding; margin-bottom: $gl-vert-padding;
} }
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
= render 'new_project_fields', f: f, project_name_id: "blank-project-name" = render 'new_project_fields', f: f, project_name_id: "blank-project-name"
#create-from-template-pane.tab-pane.js-toggle-container.px-0.pb-0{ class: active_when(active_tab == 'template'), role: 'tabpanel' } #create-from-template-pane.tab-pane.js-toggle-container.px-0.pb-0{ class: active_when(active_tab == 'template'), role: 'tabpanel' }
.card-slim.m-4.p-4 .card.card-slim.m-4.p-4
%div %div
- contributing_templates_url = 'https://gitlab.com/gitlab-org/project-templates/contributing' - contributing_templates_url = 'https://gitlab.com/gitlab-org/project-templates/contributing'
- link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: contributing_templates_url } - link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: contributing_templates_url }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册