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
9814168a
Commit
9814168a
authored
May 30, 2016
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused CSS for the old annotation share dialog
parent
63ab12d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
18 deletions
+2
-18
annotation.scss
h/static/styles/annotation.scss
+1
-17
annotation.html
h/templates/client/annotation.html
+1
-1
No files found.
h/static/styles/annotation.scss
View file @
9814168a
...
...
@@ -232,24 +232,8 @@ $annotation-card-left-padding: 10px;
}
}
.share-dialog-wrapper
{
.
annotation-
share-dialog-wrapper
{
position
:
relative
;
&
.open
.share-dialog--actions
{
display
:
block
;
}
}
.share-dialog--actions
{
padding
:
3px
;
width
:
inherit
;
}
.share-dialog__link
{
padding
:
0
;
width
:
220px
;
border
:
none
;
color
:
$text-color
;
}
// the actions for publishing annotations and reverting changes
...
...
h/templates/client/annotation.html
View file @
9814168a
...
...
@@ -174,7 +174,7 @@
h-tooltip
>
<i
class=
"h-icon-annotation-reply btn-icon "
></i>
</button>
<span
class=
"share-dialog-wrapper"
>
<span
class=
"
annotation-
share-dialog-wrapper"
>
<button
class=
"btn btn-clean annotation-action-btn"
ng-click=
"vm.showShareDialog = true"
aria-label=
"Share"
...
...
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