Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
155b3602
Commit
155b3602
authored
Oct 28, 2021
by
Lyza Danger Gardner
Committed by
Lyza Gardner
Oct 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert to local icon image
Shared version of lock icon looks weird in context
parent
ff984e98
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
lock.svg
src/images/icons/lock.svg
+9
-0
icons.js
src/sidebar/icons.js
+2
-2
No files found.
src/images/icons/lock.svg
0 → 100644
View file @
155b3602
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width=
"48px"
height=
"56px"
viewBox=
"0 0 48 56"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<g
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
>
<g
fill=
"currentColor"
>
<rect
x=
"0"
y=
"24"
width=
"48"
height=
"32"
></rect>
<path
d=
"M24,0 C24,0 8,0 8,16 L8,32 L16,32 L16,16.0000004 C16,8 24,8 24,8 C24,8 32,8 32,16 L32,32 L40,32 L40,16 C40,0 24,0 24,0 Z"
></path>
</g>
</g>
</svg>
\ No newline at end of file
src/sidebar/icons.js
View file @
155b3602
...
...
@@ -29,7 +29,6 @@ import {
listOrdered
,
listUnordered
,
logo
,
lock
,
plus
,
profile
,
refresh
,
...
...
@@ -43,6 +42,7 @@ import {
// The following icons differ here from the shared-package versions
import
annotateIcon
from
'../images/icons/annotate.svg'
;
import
lockIcon
from
'../images/icons/lock.svg'
;
import
replyIcon
from
'../images/icons/reply.svg'
;
import
sortIcon
from
'../images/icons/sort.svg'
;
...
...
@@ -88,7 +88,7 @@ export default {
image
,
leave
,
link
,
lock
,
lock
:
lockIcon
,
logo
,
pointer
:
pointerIcon
,
profile
,
...
...
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