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
96c55af7
Commit
96c55af7
authored
Jun 23, 2020
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused or unnecessary CSS
parent
3d08b771
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
26 deletions
+0
-26
annotation-share-control.scss
src/styles/sidebar/components/annotation-share-control.scss
+0
-1
annotation-user.scss
src/styles/sidebar/components/annotation-user.scss
+0
-8
annotation.scss
src/styles/sidebar/components/annotation.scss
+0
-17
No files found.
src/styles/sidebar/components/annotation-share-control.scss
View file @
96c55af7
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
right
:
5px
;
right
:
5px
;
bottom
:
32px
;
bottom
:
32px
;
width
:
275px
;
width
:
275px
;
box-shadow
:
0px
0px
5px
0px
rgba
(
0
,
0
,
0
,
0
.15
);
cursor
:
default
;
cursor
:
default
;
&
__input
{
&
__input
{
...
...
src/styles/sidebar/components/annotation-user.scss
View file @
96c55af7
...
@@ -4,13 +4,5 @@
...
@@ -4,13 +4,5 @@
&
__user-name
{
&
__user-name
{
color
:
var
.
$color-text
;
color
:
var
.
$color-text
;
font-weight
:
bold
;
font-weight
:
bold
;
.is-dimmed
&
{
color
:
var
.
$color-text-light
;
}
.is-highlighted
&
{
color
:
var
.
$color-text
;
}
}
}
}
}
src/styles/sidebar/components/annotation.scss
View file @
96c55af7
...
@@ -24,23 +24,6 @@
...
@@ -24,23 +24,6 @@
.annotation
{
.annotation
{
@include
layout
.
vertical-rhythm
;
@include
layout
.
vertical-rhythm
;
&
.is-highlighted
{
// Slightly darken the bodies of highlighted annotations to
// make them stand out next to others, which will have the `is-dimmed` state
// set
.annotation-body
{
color
:
var
.
$color-text
;
}
}
&
.is-dimmed
{
// Lighten the bodies of dimmed annotations to make other
// annotations which are not dimmed stand out
.annotation-body
{
color
:
var
.
$color-text-light
;
}
}
&
__reply-toggle
{
&
__reply-toggle
{
@include
buttons
.
button--link
;
@include
buttons
.
button--link
;
}
}
...
...
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