Commit 161177d9 authored by Simon Knox's avatar Simon Knox

Merge branch...

Merge branch '273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardscontroller-index' into 'master'

Audit and update buttons on Groups::BoardsController#index

See merge request gitlab-org/gitlab!57139
parents 414fe5db 6c02975d
......@@ -13,9 +13,9 @@ export default {
</script>
<template>
<span class="gl-ml-3 gl-display-flex gl-align-items-center" data-testid="boards-create-list">
<div class="gl-ml-3 gl-display-flex gl-align-items-center" data-testid="boards-create-list">
<gl-button variant="confirm" @click="setAddColumnFormVisibility(true)"
>{{ __('Create list') }}
</gl-button>
</span>
</div>
</template>
......@@ -38,10 +38,11 @@ export default {
</script>
<template>
<div class="board-extra-actions gl-ml-3 gl-display-flex gl-align-items-center">
<div class="board-extra-actions gl-ml-3 gl-display-none gl-md-display-flex gl-align-items-center">
<gl-button
ref="toggleFocusModeButton"
v-gl-tooltip
category="tertiary"
:icon="isFullscreen ? 'minimize' : 'maximize'"
class="js-focus-mode-btn"
data-qa-selector="focus_mode_button"
......
---
title: Only display focus mode button at md+ breakpoint and make it the tertiary style
merge_request: 57139
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment