Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
59008ebd
Commit
59008ebd
authored
5 years ago
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase size of issue boards sidebar collapse button
parent
3b00fec1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
22 deletions
+24
-22
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+5
-8
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+14
-14
changelogs/unreleased/27427-boards-sidebar-icon.yml
changelogs/unreleased/27427-boards-sidebar-icon.yml
+5
-0
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/issuable.scss
View file @
59008ebd
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/27427-boards-sidebar-icon.yml
0 → 100644
View file @
59008ebd
---
title
:
Increase size of issue boards sidebar collapse button
merge_request
:
author
:
type
:
fixed
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment