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
fdd61af3
Commit
fdd61af3
authored
Dec 10, 2019
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed deprecated `$color-mine-shaft` SASS variable
Migrate all usages to `$grey-6` (close approximate).
parent
b22c2013
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
forms.scss
src/styles/mixins/forms.scss
+1
-1
annotation-publish-control.scss
...styles/sidebar/components/annotation-publish-control.scss
+1
-1
variables.scss
src/styles/variables.scss
+0
-1
No files found.
src/styles/mixins/forms.scss
View file @
fdd61af3
...
...
@@ -112,6 +112,6 @@
}
&
:hover:enabled
{
background-color
:
var
.
$
color-mine-shaft
;
background-color
:
var
.
$
grey-6
;
}
}
src/styles/sidebar/components/annotation-publish-control.scss
View file @
fdd61af3
...
...
@@ -24,7 +24,7 @@
.annotation-publish-control__btn
{
$text-color
:
var
.
$grey-1
;
$default-background-color
:
var
.
$color-dove-gray
;
$hover-background-color
:
var
.
$
color-mine-shaft
;
$hover-background-color
:
var
.
$
grey-6
;
$h-padding
:
9px
;
$height
:
35px
;
$border-radius
:
2px
;
...
...
src/styles/variables.scss
View file @
fdd61af3
...
...
@@ -21,7 +21,6 @@ $color-dove-gray: #626262;
$gray-dark
:
#585858
;
$grey-6
:
#3f3f3f
;
$color-mine-shaft
:
#3a3a3a
;
$grey-7
:
#202020
;
...
...
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