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
478dc3f4
Unverified
Commit
478dc3f4
authored
Nov 20, 2019
by
Lyza Gardner
Committed by
GitHub
Nov 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1511 from hypothesis/remove-brand-color
Remove deprecated SCSS `$brand-color` color variable
parents
14a174bb
9c9a4393
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
annotation.scss
src/styles/sidebar/components/annotation.scss
+1
-1
variables.scss
src/styles/variables.scss
+2
-3
No files found.
src/styles/sidebar/components/annotation.scss
View file @
478dc3f4
...
@@ -248,6 +248,6 @@
...
@@ -248,6 +248,6 @@
}
}
.annotation--flagged
{
.annotation--flagged
{
color
:
$brand
-color
;
color
:
$brand
;
cursor
:
default
;
cursor
:
default
;
}
}
src/styles/variables.scss
View file @
478dc3f4
...
@@ -16,7 +16,6 @@ $color-dove-gray: #626262;
...
@@ -16,7 +16,6 @@ $color-dove-gray: #626262;
$color-gray
:
#818181
;
$color-gray
:
#818181
;
// Colors
// Colors
// ---------------------
// ---------------------
$brand-color
:
#bd1c2b
!
default
;
$button-text-color
:
$gray-dark
!
default
;
$button-text-color
:
$gray-dark
!
default
;
$button-background-start
:
$white
!
default
;
$button-background-start
:
$white
!
default
;
...
@@ -90,8 +89,8 @@ $text-color: $gray-dark !default;
...
@@ -90,8 +89,8 @@ $text-color: $gray-dark !default;
// Links
// Links
// -------------------------
// -------------------------
$link-color
:
$brand
-color
!
default
;
$link-color
:
$brand
!
default
;
$link-color-hover
:
color-weight
(
$brand
-color
,
700
)
!
default
;
$link-color-hover
:
color-weight
(
$brand
,
700
)
!
default
;
// Typography
// Typography
// -------------------------
// -------------------------
...
...
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