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
f5f034b7
Commit
f5f034b7
authored
Mar 23, 2017
by
Sean Roberts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Branding selectionFontFamily and annotationFontFamily support
parent
58530325
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
annotation.html
src/sidebar/templates/annotation.html
+1
-0
markdown.html
src/sidebar/templates/markdown.html
+5
-2
No files found.
src/sidebar/templates/annotation.html
View file @
f5f034b7
...
...
@@ -63,6 +63,7 @@
overflow-hysteresis=
"20"
content-data=
"selector.exact"
>
<blockquote
class=
"annotation-quote"
h-branding=
"selectionFontFamily"
ng-bind=
"selector.exact"
ng-repeat=
"selector in target.selector
| filter : {'type': 'TextQuoteSelector'}
...
...
src/sidebar/templates/markdown.html
View file @
f5f034b7
...
...
@@ -15,8 +15,11 @@
</div>
<textarea
class=
"form-input form-textarea js-markdown-input"
ng-show=
"showEditor()"
ng-click=
"$event.stopPropagation()"
></textarea>
ng-click=
"$event.stopPropagation()"
h-branding=
"annotationFontFamily"
></textarea>
<div
class=
"markdown-body js-markdown-preview"
ng-class=
"preview && 'markdown-preview'"
ng-dblclick=
"togglePreview()"
ng-show=
"!showEditor()"
></div>
ng-show=
"!showEditor()"
h-branding=
"annotationFontFamily"
></div>
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