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
5be86536
Unverified
Commit
5be86536
authored
Dec 10, 2019
by
Lyza Gardner
Committed by
GitHub
Dec 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1590 from hypothesis/remove-more-grays
Consolidate all grey colors across client application
parents
b22c2013
92c65b68
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
39 additions
and
37 deletions
+39
-37
adder.scss
src/styles/annotator/adder.scss
+6
-6
annotator.scss
src/styles/annotator/annotator.scss
+2
-2
forms.scss
src/styles/mixins/forms.scss
+7
-7
annotation-publish-control.scss
...styles/sidebar/components/annotation-publish-control.scss
+5
-5
annotation.scss
src/styles/sidebar/components/annotation.scss
+1
-1
menu-section.scss
src/styles/sidebar/components/menu-section.scss
+1
-1
new-note.scss
src/styles/sidebar/components/new-note.scss
+1
-1
search-input.scss
src/styles/sidebar/components/search-input.scss
+2
-2
tags-input.scss
src/styles/sidebar/components/tags-input.scss
+1
-1
top-bar.scss
src/styles/sidebar/components/top-bar.scss
+3
-3
variables.scss
src/styles/variables.scss
+10
-8
No files found.
src/styles/annotator/adder.scss
View file @
5be86536
...
...
@@ -98,11 +98,11 @@ $adder-transition-duration: 80ms;
}
.annotator-adder-actions
:hover
.annotator-adder-actions__button
{
color
:
var
.
$gr
ay-light
!
important
;
color
:
var
.
$gr
ey-semi
!
important
;
}
.annotator-adder-actions
:hover
.annotator-adder-actions__label
{
color
:
var
.
$gr
ay-light
!
important
;
color
:
var
.
$gr
ey-semi
!
important
;
}
.annotator-adder-actions__button
{
...
...
@@ -110,7 +110,7 @@ $adder-transition-duration: 80ms;
font-family
:
h
;
font-size
:
18px
;
background
:
transparent
!
important
;
color
:
var
.
$gr
ay-dark
!
important
;
color
:
var
.
$gr
ey-mid
!
important
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
...
...
@@ -126,10 +126,10 @@ $adder-transition-duration: 80ms;
}
.annotator-adder-actions
.annotator-adder-actions__button
:hover
{
color
:
var
.
$gr
ay-dark
!
important
;
color
:
var
.
$gr
ey-mid
!
important
;
.annotator-adder-actions__label
{
color
:
var
.
$gr
ay-dark
!
important
;
color
:
var
.
$gr
ey-mid
!
important
;
}
}
...
...
@@ -137,6 +137,6 @@ $adder-transition-duration: 80ms;
font-size
:
11px
;
margin
:
2px
0px
;
font-family
:
sans-serif
;
color
:
var
.
$gr
ay-dark
!
important
;
color
:
var
.
$gr
ey-mid
!
important
;
transition
:
color
$adder-transition-duration
;
}
src/styles/annotator/annotator.scss
View file @
5be86536
...
...
@@ -117,7 +117,7 @@ var.$base-font-size: 14px;
background
:
var
.
$white
;
border
:
solid
1px
var
.
$grey-3
;
border-radius
:
4px
;
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
text-decoration
:
none
;
height
:
30px
;
width
:
30px
;
...
...
@@ -126,7 +126,7 @@ var.$base-font-size: 14px;
margin-bottom
:
5px
;
&
:active
{
background-color
:
var
.
$gr
ay-light
;
background-color
:
var
.
$gr
ey-semi
;
}
&
:focus
,
...
...
src/styles/mixins/forms.scss
View file @
5be86536
...
...
@@ -34,7 +34,7 @@
border-radius
:
2px
;
padding
:
0
.5em
0
.75em
;
font-weight
:
normal
;
color
:
var
.
$gr
ay
;
color
:
var
.
$gr
ey-5
;
background-color
:
#fafafa
;
}
...
...
@@ -44,7 +44,7 @@
@include
focus-outline
;
@include
placeholder
{
color
:
var
.
$gr
ay
;
color
:
var
.
$gr
ey-5
;
}
}
...
...
@@ -67,7 +67,7 @@
color
:
var
.
$button-text-color
;
text-shadow
:
0
1px
0
#fff
;
border-radius
:
2px
;
border
:
1px
solid
var
.
$gr
ay-light
;
border
:
1px
solid
var
.
$gr
ey-semi
;
padding
:
0
.5em
0
.9em
;
}
...
...
@@ -91,12 +91,12 @@
cursor
:
default
;
background
:
#f0f0f0
;
border-color
:
#cecece
;
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
}
@mixin
primary-action-btn
{
color
:
var
.
$grey-1
;
background-color
:
var
.
$
color-dove-gray
;
background-color
:
var
.
$
grey-mid
;
height
:
35px
;
border
:
none
;
border-radius
:
2px
;
...
...
@@ -108,10 +108,10 @@
padding-right
:
12px
;
&
:disabled
{
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
}
&
:hover:enabled
{
background-color
:
var
.
$
color-mine-shaft
;
background-color
:
var
.
$
grey-6
;
}
}
src/styles/sidebar/components/annotation-publish-control.scss
View file @
5be86536
...
...
@@ -23,8 +23,8 @@
// of related options to the right
.annotation-publish-control__btn
{
$text-color
:
var
.
$grey-1
;
$default-background-color
:
var
.
$
color-dove-gray
;
$hover-background-color
:
var
.
$
color-mine-shaft
;
$default-background-color
:
var
.
$
grey-mid
;
$hover-background-color
:
var
.
$
grey-6
;
$h-padding
:
9px
;
$height
:
35px
;
$border-radius
:
2px
;
...
...
@@ -70,7 +70,7 @@
margin-left
:
8px
;
border
:
none
;
background-color
:
var
.
$
color-dove-gray
;
background-color
:
var
.
$
grey-mid
;
border-top-right-radius
:
$border-radius
;
border-bottom-right-radius
:
$border-radius
;
...
...
@@ -84,7 +84,7 @@
button
[
aria-expanded
=
'true'
]
&
-separator
{
// hide the 1px vertical separator when the dropdown arrow
// is hovered or menu is open
background-color
:
var
.
$
color-dove-gray
;
background-color
:
var
.
$
grey-mid
;
}
// 1px vertical separator between label and dropdown arrow
...
...
@@ -98,7 +98,7 @@
width
:
1px
;
height
:
15px
;
background-color
:
var
.
$
color-gray
;
background-color
:
var
.
$
grey-5
;
}
// the ▼ arrow which reveals the dropdown menu when clicked
...
...
src/styles/sidebar/components/annotation.scss
View file @
5be86536
...
...
@@ -117,7 +117,7 @@
}
.annotation-citation-domain
{
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
font-size
:
var
.
$body1-font-size
;
}
...
...
src/styles/sidebar/components/menu-section.scss
View file @
5be86536
...
...
@@ -5,7 +5,7 @@
}
.menu-section__heading
{
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
font-size
:
var
.
$body1-font-size
;
line-height
:
1
;
margin
:
1px
1px
0
;
...
...
src/styles/sidebar/components/new-note.scss
View file @
5be86536
@use
"../../variables"
as
var
;
.new-note__create
{
background-color
:
var
.
$
color-dove-gray
;
background-color
:
var
.
$
grey-mid
;
border
:
none
;
border-radius
:
3px
;
color
:
#fff
;
...
...
src/styles/sidebar/components/search-input.scss
View file @
5be86536
...
...
@@ -6,7 +6,7 @@
flex-flow
:
row
nowrap
;
position
:
relative
;
color
:
var
.
$gr
ay-dark
;
color
:
var
.
$gr
ey-mid
;
}
.search-input__icon
{
...
...
@@ -37,7 +37,7 @@
&
:disabled
{
background
:
none
;
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
}
// Expand the search input when focused (triggered by clicking
...
...
src/styles/sidebar/components/tags-input.scss
View file @
5be86536
...
...
@@ -24,7 +24,7 @@ tags-input {
outline
:
none
;
border
:
none
!
important
;
background
:
none
;
color
:
var
.
$gr
ay
;
color
:
var
.
$gr
ey-5
;
// Firefox and Webkit render input boxes at different heights. This
// causes issues when the tags (which render consistentely) are inserted
...
...
src/styles/sidebar/components/top-bar.scss
View file @
5be86536
...
...
@@ -60,17 +60,17 @@
@include
buttons
.
reset-native-btn-styles
;
height
:
100%
;
color
:
var
.
$gr
ay-light
;
color
:
var
.
$gr
ey-semi
;
display
:
inline-block
;
cursor
:
pointer
;
padding
:
1px
3px
0
3px
;
&
:hover
{
color
:
var
.
$gr
ay-dark
;
color
:
var
.
$gr
ey-mid
;
}
&
.is-active
{
color
:
var
.
$gr
ay-dark
;
color
:
var
.
$gr
ey-mid
;
}
&
--refresh
{
...
...
src/styles/variables.scss
View file @
5be86536
...
...
@@ -11,17 +11,19 @@ $grey-3: #dbdbdb;
$grey-4
:
#a6a6a6
;
$gray-light
:
#969696
!
default
;
$color-gray
:
#818181
;
// Interim color variable for migration purposes, as the step between `$grey-4`
// and `$grey-5` is large. Represents `base-semi` in proposed future palette,
// minus blue tint.
$grey-semi
:
#9c9c9c
;
$grey-5
:
#7a7a7a
;
$gray
:
#777
!
default
;
$color-dove-gray
:
#626262
;
$gray-dark
:
#585858
;
// Interim color variable for migration purposes, as the step between `$grey-5`
// and `$grey-6` is large. Represents `base-mid` in proposed future palette,
// minus blue tint.
$grey-mid
:
#595959
;
$grey-6
:
#3f3f3f
;
$color-mine-shaft
:
#3a3a3a
;
$grey-7
:
#202020
;
...
...
@@ -32,7 +34,7 @@ $black: #000 !default;
$brand
:
#bd1c2b
;
$highlight
:
#58cef4
;
$button-text-color
:
$gr
ay-dark
!
default
;
$button-text-color
:
$gr
ey-mid
!
default
;
$button-background-start
:
$white
!
default
;
$button-background-end
:
#f0f0f0
!
default
;
$button-background-gradient
:
to
bottom
,
$button-background-start
,
...
...
@@ -87,7 +89,7 @@ $success-color: #1cbd41 !default;
// Scaffolding
// -------------------------
$body-background
:
$white
!
default
;
$text-color
:
$gr
ay-dark
!
default
;
$text-color
:
$gr
ey-mid
!
default
;
// Links
// -------------------------
...
...
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