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
3d08b771
Commit
3d08b771
authored
Jun 23, 2020
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded component style module
- Single-line style rule can be replaced with a utility class
parent
739d3d66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
annotation-action-bar.js
src/sidebar/components/annotation-action-bar.js
+1
-1
annotation-action-bar.scss
src/styles/sidebar/components/annotation-action-bar.scss
+0
-3
sidebar.scss
src/styles/sidebar/sidebar.scss
+0
-1
No files found.
src/sidebar/components/annotation-action-bar.js
View file @
3d08b771
...
@@ -76,7 +76,7 @@ function AnnotationActionBar({
...
@@ -76,7 +76,7 @@ function AnnotationActionBar({
};
};
return
(
return
(
<
div
className
=
"annotation-action-bar"
>
<
div
className
=
"annotation-action-bar
u-layout-row
"
>
{
showEditAction
&&
<
Button
icon
=
"edit"
title
=
"Edit"
onClick
=
{
onEdit
}
/>
}
{
showEditAction
&&
<
Button
icon
=
"edit"
title
=
"Edit"
onClick
=
{
onEdit
}
/>
}
{
showDeleteAction
&&
(
{
showDeleteAction
&&
(
<
Button
icon
=
"trash"
title
=
"Delete"
onClick
=
{
onDelete
}
/
>
<
Button
icon
=
"trash"
title
=
"Delete"
onClick
=
{
onDelete
}
/
>
...
...
src/styles/sidebar/components/annotation-action-bar.scss
deleted
100644 → 0
View file @
739d3d66
.annotation-action-bar
{
display
:
flex
;
}
src/styles/sidebar/sidebar.scss
View file @
3d08b771
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
// Components
// Components
// ----------
// ----------
@use
'./components/annotation-action-bar'
;
@use
'./components/annotation'
;
@use
'./components/annotation'
;
@use
'./components/annotation-body'
;
@use
'./components/annotation-body'
;
@use
'./components/annotation-document-info'
;
@use
'./components/annotation-document-info'
;
...
...
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