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
23bb13eb
Commit
23bb13eb
authored
Jun 04, 2015
by
Nick Stenning
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2279 from hypothesis/annotator-css-separation
Keep app css and inject css separate
parents
37b5a12a
7bdedbe8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
bucket-bar.scss
h/static/styles/annotator/bucket-bar.scss
+1
-1
inject.scss
h/static/styles/annotator/inject.scss
+4
-7
pdfjs-overrides.scss
h/static/styles/annotator/pdfjs-overrides.scss
+1
-1
base.scss
h/static/styles/base.scss
+3
-1
No files found.
h/static/styles/bucket-bar.scss
→
h/static/styles/
annotator/
bucket-bar.scss
View file @
23bb13eb
@import
'base'
;
@import
'
../
base'
;
.annotator-bucket-bar
{
background
:
hsla
(
0
,
0
,
0
,
.1
);
...
...
h/static/styles/inject.scss
→
h/static/styles/
annotator/
inject.scss
View file @
23bb13eb
@import
'base'
;
@import
'mixins/icons'
;
@import
'compass/css3/user-interface'
;
@import
'compass/layout/stretching'
;
@import
'compass/reset/utilities'
;
@import
'../base'
;
@import
'../mixins/icons'
;
$base-font-size
:
14px
;
...
...
@@ -89,8 +86,8 @@ $base-font-size: 14px;
// Sidebar
.annotator-frame
{
@import
'reset'
;
@import
'bucket-bar'
;
@import
'
../
reset'
;
@import
'
./
bucket-bar'
;
@include
nested-reset
;
@include
reset-box-model
;
@include
user-select
(
none
);
...
...
h/static/styles/pdfjs-overrides.scss
→
h/static/styles/
annotator/
pdfjs-overrides.scss
View file @
23bb13eb
@import
"variables"
;
@import
"
../
variables"
;
// Newer versions of PDFjs use apply a transparency to the textLayer element.
// In order for our highlights to be visible we need to use solid colors. The
...
...
h/static/styles/base.scss
View file @
23bb13eb
@import
"compass/css3"
;
@import
"variables"
;
@import
'compass/reset/utilities'
;
@import
"./variables"
;
/* Style input placeholders */
@mixin
placeholder
{
...
...
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