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
eaff88b3
Commit
eaff88b3
authored
Oct 09, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use existing class for btn-link buttons
parent
63ac5f1f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
26 deletions
+16
-26
app/assets/javascripts/boards/components/labels_select.vue
app/assets/javascripts/boards/components/labels_select.vue
+4
-4
app/assets/javascripts/boards/components/milestone_select.vue
...assets/javascripts/boards/components/milestone_select.vue
+4
-4
app/assets/javascripts/boards/components/user_select.vue
app/assets/javascripts/boards/components/user_select.vue
+4
-4
app/assets/javascripts/boards/components/weight_select.vue
app/assets/javascripts/boards/components/weight_select.vue
+4
-4
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+0
-10
No files found.
app/assets/javascripts/boards/components/labels_select.vue
View file @
eaff88b3
...
@@ -54,13 +54,13 @@ export default {
...
@@ -54,13 +54,13 @@ export default {
<div
class=
"block labels"
>
<div
class=
"block labels"
>
<div
class=
"title append-bottom-10"
>
<div
class=
"title append-bottom-10"
>
Labels
Labels
<
a
<
button
v-if=
"canEdit"
v-if=
"canEdit"
class=
"edit-link pull-right
"
type=
"button
"
href=
"#
"
class=
"edit-link btn btn-blank pull-right
"
>
>
Edit
Edit
</
a
>
</
button
>
</div>
</div>
<div
class=
"value issuable-show-labels"
>
<div
class=
"value issuable-show-labels"
>
<span
<span
...
...
app/assets/javascripts/boards/components/milestone_select.vue
View file @
eaff88b3
...
@@ -71,13 +71,13 @@ export default {
...
@@ -71,13 +71,13 @@ export default {
<div
class=
"block milestone"
>
<div
class=
"block milestone"
>
<div
class=
"title append-bottom-10"
>
<div
class=
"title append-bottom-10"
>
Milestone
Milestone
<
a
<
button
v-if=
"canEdit"
v-if=
"canEdit"
class=
"edit-link pull-right
"
type=
"button
"
href=
"#
"
class=
"edit-link btn btn-blank pull-right
"
>
>
Edit
Edit
</
a
>
</
button
>
</div>
</div>
<div
<div
class=
"value"
class=
"value"
...
...
app/assets/javascripts/boards/components/user_select.vue
View file @
eaff88b3
...
@@ -95,13 +95,13 @@ export default {
...
@@ -95,13 +95,13 @@ export default {
>
>
<div
class=
"title append-bottom-10"
>
<div
class=
"title append-bottom-10"
>
{{
label
}}
{{
label
}}
<
a
<
button
v-if=
"canEdit"
v-if=
"canEdit"
class=
"js-sidebar-dropdown-toggle edit-link pull-right
"
type=
"button
"
href=
"#
"
class=
"edit-link btn btn-blank pull-right
"
>
>
Edit
Edit
</
a
>
</
button
>
</div>
</div>
<div
class=
"value"
>
<div
class=
"value"
>
<div
<div
...
...
app/assets/javascripts/boards/components/weight_select.vue
View file @
eaff88b3
...
@@ -74,13 +74,13 @@ export default {
...
@@ -74,13 +74,13 @@ export default {
<div
class=
"block weight"
>
<div
class=
"block weight"
>
<div
class=
"title append-bottom-10"
>
<div
class=
"title append-bottom-10"
>
Weight
Weight
<
a
<
button
v-if=
"canEdit"
v-if=
"canEdit"
class=
"edit-link pull-right
"
type=
"button
"
href=
"#
"
class=
"edit-link btn btn-blank pull-right
"
>
>
Edit
Edit
</
a
>
</
button
>
</div>
</div>
<div
<div
class=
"value"
class=
"value"
...
...
app/assets/stylesheets/framework/typography.scss
View file @
eaff88b3
...
@@ -305,16 +305,6 @@ h6 {
...
@@ -305,16 +305,6 @@ h6 {
font-weight
:
$gl-font-weight-bold
;
font-weight
:
$gl-font-weight-bold
;
}
}
.edit-link
{
color
:
$gl-text-color
;
&
:focus
,
&
:hover
{
color
:
$gl-text-color
;
text-decoration
:
none
;
}
}
.light-header
{
.light-header
{
font-weight
:
$gl-font-weight-bold
;
font-weight
:
$gl-font-weight-bold
;
}
}
...
...
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