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
9b848a75
Commit
9b848a75
authored
Feb 25, 2020
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make issue sidebar links style more consistent
Made code changes as a result of review
parent
73f108c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
app/assets/javascripts/sidebar/components/lock/lock_issue_sidebar.vue
...avascripts/sidebar/components/lock/lock_issue_sidebar.vue
+4
-4
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+6
-0
ee/app/assets/javascripts/sidebar/components/weight/weight.vue
...p/assets/javascripts/sidebar/components/weight/weight.vue
+1
-1
No files found.
app/assets/javascripts/sidebar/components/lock/lock_issue_sidebar.vue
View file @
9b848a75
...
...
@@ -106,17 +106,17 @@ export default {
<div
class=
"title hide-collapsed"
>
{{
sprintf
(
__
(
'
Lock %{issuableDisplayName
}
'
),
{
issuableDisplayName
:
issuableDisplayName
}
)
}}
<
button
<
a
v
-
if
=
"
isEditable
"
class
=
"
float-right lock-edit
btn-link
"
type
=
"
button
"
class
=
"
float-right lock-edit
"
href
=
"
#
"
data
-
track
-
event
=
"
click_edit_button
"
data
-
track
-
label
=
"
right_sidebar
"
data
-
track
-
property
=
"
lock_issue
"
@
click
.
prevent
=
"
toggleForm
"
>
{{
__
(
'
Edit
'
)
}}
<
/
button
>
<
/
a
>
<
/div
>
<
div
class
=
"
value sidebar-item-value hide-collapsed
"
>
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
9b848a75
...
...
@@ -259,6 +259,12 @@
a
.edit-link
:not
([
href
])
:hover
{
color
:
rgba
(
$gray-normal
,
0
.2
);
}
.confidential-edit
,
.lock-edit
,
.edit-link
{
@extend
.btn-link
;
}
}
.cross-project-reference
{
...
...
ee/app/assets/javascripts/sidebar/components/weight/weight.vue
View file @
9b848a75
...
...
@@ -173,7 +173,7 @@ export default {
<gl-loading-icon
v-if=
"fetching || loading"
:inline=
"true"
class=
"js-weight-loading-icon"
/>
<a
v-if=
"editable"
class=
"float-right js-weight-edit-link"
class=
"float-right
edit-link
js-weight-edit-link"
data-qa-selector=
"edit_weight_link"
href=
"#"
@
click.prevent=
"onEditClick(!shouldShowEditField)"
...
...
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