Commit 945cc9c5 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'update-boards-caret-button' into 'master'

Update boards caret icon category and size

See merge request gitlab-org/gitlab!48068
parents e34264af c654c8d3
...@@ -190,7 +190,8 @@ export default { ...@@ -190,7 +190,8 @@ export default {
:title="chevronTooltip" :title="chevronTooltip"
:icon="chevronIcon" :icon="chevronIcon"
class="board-title-caret no-drag gl-cursor-pointer" class="board-title-caret no-drag gl-cursor-pointer"
variant="link" category="tertiary"
size="small"
@click="toggleExpanded" @click="toggleExpanded"
/> />
<!-- The following is only true in EE and if it is a milestone --> <!-- The following is only true in EE and if it is a milestone -->
......
...@@ -198,7 +198,8 @@ export default { ...@@ -198,7 +198,8 @@ export default {
:title="chevronTooltip" :title="chevronTooltip"
:icon="chevronIcon" :icon="chevronIcon"
class="board-title-caret no-drag gl-cursor-pointer" class="board-title-caret no-drag gl-cursor-pointer"
variant="link" category="tertiary"
size="small"
@click="toggleExpanded" @click="toggleExpanded"
/> />
<!-- EE start --> <!-- EE start -->
......
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
.board-title-caret { .board-title-caret {
border-radius: $border-radius-default; border-radius: $border-radius-default;
line-height: $gl-spacing-scale-5; line-height: $gl-spacing-scale-5;
height: $gl-spacing-scale-5;
&.btn svg { &.btn svg {
top: 0; top: 0;
......
...@@ -131,7 +131,8 @@ export default { ...@@ -131,7 +131,8 @@ export default {
:title="chevronTooltip" :title="chevronTooltip"
:icon="chevronIcon" :icon="chevronIcon"
class="gl-mr-2 gl-cursor-pointer" class="gl-mr-2 gl-cursor-pointer"
variant="link" category="tertiary"
size="small"
data-testid="epic-lane-chevron" data-testid="epic-lane-chevron"
@click="toggleCollapsed" @click="toggleCollapsed"
/> />
......
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