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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
344154e9
Commit
344154e9
authored
Oct 19, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated close sidebar icon
parent
fcf0a4a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+8
-2
app/views/projects/boards/components/_sidebar.html.haml
app/views/projects/boards/components/_sidebar.html.haml
+1
-1
app/views/shared/icons/_icon_close.svg
app/views/shared/icons/_icon_close.svg
+1
-0
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
344154e9
...
...
@@ -302,10 +302,16 @@ lex
width
:
22px
;
color
:
$gray-darkest
;
.fa
{
svg
{
position
:
absolute
;
top
:
50%
;
margin-top
:
(
-15px
/
2
);
margin-top
:
(
-11px
/
2
);
}
&
:hover
{
path
{
fill
:
$gray-darkest
;
}
}
}
...
...
app/views/projects/boards/components/_sidebar.html.haml
View file @
344154e9
...
...
@@ -14,7 +14,7 @@
href:
"#"
,
"@click.prevent"
=>
"closeSidebar"
,
"aria-label"
=>
"Toggle sidebar"
}
=
icon
(
"times"
)
=
custom_icon
(
"icon_close"
,
size:
15
)
.js-issuable-update
=
render
"projects/boards/components/sidebar/assignee"
=
render
"projects/boards/components/sidebar/milestone"
...
...
app/views/shared/icons/_icon_close.svg
0 → 100644
View file @
344154e9
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 15 15"
><path
d=
"M9,7.5l5.83-5.91a.48.48,0,0,0,0-.69L14.11.15a.46.46,0,0,0-.68,0l-5.93,6L1.57.15a.46.46,0,0,0-.68,0L.15.9a.48.48,0,0,0,0,.69L6,7.5.15,13.41a.48.48,0,0,0,0,.69l.74.75a.46.46,0,0,0,.68,0l5.93-6,5.93,6a.46.46,0,0,0,.68,0l.74-.75a.48.48,0,0,0,0-.69Z"
/></svg>
\ No newline at end of file
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