Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b9a0f928
Commit
b9a0f928
authored
Feb 14, 2021
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues with new checkbox styling
parent
28205abc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
app/assets/javascripts/diffs/components/diff_file_header.vue
app/assets/javascripts/diffs/components/diff_file_header.vue
+2
-4
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+2
-1
No files found.
app/assets/javascripts/diffs/components/diff_file_header.vue
View file @
b9a0f928
...
...
@@ -339,14 +339,12 @@ export default {
v-if=
"isReviewable && showLocalFileReviews"
v-gl-tooltip
.
hover
data-testid=
"fileReviewCheckbox"
class=
"gl-m
b-0
"
class=
"gl-m
r-5 gl-display-flex gl-align-items-center
"
:title=
"$options.i18n.fileReviewTooltip"
:checked=
"reviewed"
@
change=
"toggleReview"
>
<span
class=
"gl-line-height-20"
>
{{
$options
.
i18n
.
fileReviewLabel
}}
</span>
{{
$options
.
i18n
.
fileReviewLabel
}}
</gl-form-checkbox>
<gl-button-group
class=
"gl-pt-0!"
>
<gl-button
...
...
app/assets/stylesheets/framework/forms.scss
View file @
b9a0f928
...
...
@@ -35,7 +35,8 @@ label {
margin
:
0
;
}
&
.form-check-label
{
&
.form-check-label
,
&
.custom-control-label
{
font-weight
:
$gl-font-weight-normal
;
}
...
...
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