Commit a55cfdcb authored by Phil Hughes's avatar Phil Hughes

Merge branch '27427-boards-sidebar-icon' into 'master'

Increase size of issue boards sidebar collapse button

Closes #27427

See merge request gitlab-org/gitlab!22610
parents ccc215e9 59008ebd
......@@ -386,22 +386,19 @@
margin: 5px;
}
.issue-boards-sidebar {
.right-sidebar.issue-boards-sidebar {
.gutter-toggle {
bottom: 15px;
width: 22px;
color: $gray-darkest;
padding-left: $gl-padding-32;
svg {
position: absolute;
top: 50%;
right: 0;
margin-top: (-11px / 2);
}
&:hover {
path {
fill: $gray-darkest;
}
height: $gl-font-size-12;
width: $gl-font-size-12;
}
}
......
......@@ -173,6 +173,20 @@
margin-top: 7px;
}
.gutter-toggle {
margin-left: 20px;
padding-left: 10px;
&:hover {
color: $gl-text-color;
}
&:hover,
&:focus {
text-decoration: none;
}
}
.block {
@include clearfix;
padding: $gl-padding 0;
......@@ -195,20 +209,6 @@
margin-top: 0;
}
.gutter-toggle {
margin-left: 20px;
padding-left: 10px;
&:hover {
color: $gl-text-color;
}
&:hover,
&:focus {
text-decoration: none;
}
}
&.assignee {
.author-link {
display: block;
......
---
title: Increase size of issue boards sidebar collapse button
merge_request:
author:
type: fixed
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