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
a748fd0a
Commit
a748fd0a
authored
Jun 05, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slick pop-out on detail hovers
parent
ec726232
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
app.scss
hypothesis/sass/app.scss
+6
-4
No files found.
hypothesis/sass/app.scss
View file @
a748fd0a
...
...
@@ -267,10 +267,10 @@ $threadexp-width: 1em;
//CONTROLS
.annotator-controls
{
@include
box-shadow
(
0
0
1em
1em
#fff
);
@include
box-shadow
(
-1em
0
1em
0
#fff
);
background-color
:
#fff
;
position
:
absolute
;
right
:
2em
;
right
:
0
;
z-index
:
1
;
a
{
text-decoration
:
underline
;
...
...
@@ -445,8 +445,9 @@ $threadexp-width: 1em;
//ANNOTATION DETAIL
.hyp-detail
{
@include
single-transition
(
opacity
,
0
.6
s
,
ease-in-out
);
@include
single-transition
(
all
,
0
.1
s
,
ease-in-out
);
margin-left
:
-
$thread-padding
/
2
;
position
:
relative
;
&
>
.hyp-reply
>
.hyp-meta
>
.annotator-controls
{
@include
single-transition
(
opacity
,
0
.25s
,
ease-in-out
);
...
...
@@ -468,8 +469,9 @@ $threadexp-width: 1em;
margin-left
:
$thread-padding
/
2
;
.hyp-detail.hyp-hover
{
@include
box-shadow
(
-.
5em
0
.5em
-
.5em
#999
);
@include
box-shadow
(
-.
1em
0
.5em
#999
);
outline-left
:
thin
solid
$gray-lighter
;
left
:
3px
;
}
.hyp-body
{
...
...
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