Skip to content
代码片段 群组 项目
未验证 提交 e00ac51e 编辑于 作者: Coung Ngo's avatar Coung Ngo 提交者: GitLab
浏览文件

Fix clipped focus rings in work item sidebar

The clipped focus rings in the work item sidebar are caused by
scroll overflow. We add padding to fix this
上级 4ed8ff9b
No related branches found
No related tags found
无相关合并请求
......@@ -164,7 +164,7 @@ export default {
data-testid="edit-button"
category="tertiary"
size="small"
class="gl-ml-auto gl-mr-2"
class="gl-ml-auto"
:disabled="updateInProgress"
@click="isEditing = true"
>{{ $options.i18n.editButtonLabel }}</gl-button
......@@ -177,7 +177,6 @@ export default {
data-testid="apply-button"
category="tertiary"
size="small"
class="gl-mr-2"
:disabled="updateInProgress"
@click="isEditing = false"
>{{ $options.i18n.applyButtonLabel }}</gl-button
......
......@@ -219,7 +219,7 @@ export default {
data-testid="edit-button"
category="tertiary"
size="small"
class="gl-ml-auto gl-mr-2"
class="gl-ml-auto"
:disabled="isUpdating"
@click="expandWidget"
>{{ __('Edit') }}</gl-button
......@@ -234,7 +234,6 @@ export default {
data-testid="apply-button"
category="tertiary"
size="small"
class="gl-mr-2"
:disabled="isUpdating"
@click="collapseWidget"
>{{ __('Apply') }}</gl-button
......
......@@ -224,7 +224,7 @@ export default {
data-testid="edit-parent"
category="tertiary"
size="small"
class="gl-ml-auto gl-mr-2"
class="gl-ml-auto"
:disabled="updateInProgress"
@click="isEditing = true"
>{{ __('Edit') }}</gl-button
......@@ -237,7 +237,6 @@ export default {
data-testid="apply-parent"
category="tertiary"
size="small"
class="gl-mr-2"
:disabled="updateInProgress"
@click="isEditing = false"
>{{ __('Apply') }}</gl-button
......
......@@ -177,6 +177,7 @@ $work-item-overview-gap-width: 2rem;
top: calc(#{$calc-application-header-height} + #{$work-item-sticky-header-height});
height: calc(#{$calc-application-viewport-height} - #{$work-item-sticky-header-height});
margin-bottom: calc(#{$content-wrapper-padding} * -1);
padding-inline: 0.5rem;
position: sticky;
overflow-y: auto;
overflow-x: hidden;
......
......@@ -139,7 +139,7 @@ export default {
data-testid="edit-health-status"
category="tertiary"
size="small"
class="gl-ml-auto gl-mr-2"
class="gl-ml-auto"
:disabled="updateInProgress"
@click="isEditing = true"
>{{ __('Edit') }}</gl-button
......
......@@ -140,7 +140,6 @@ export default {
data-testid="edit-weight"
category="tertiary"
size="small"
class="gl-mr-2"
@click="isEditing = true"
>{{ __('Edit') }}</gl-button
>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册