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
7e7ebe38
Commit
7e7ebe38
authored
Aug 08, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix delete board dropdown hover text color
Fix
https://gitlab.com/gitlab-org/gitlab-ee/issues/3126
parent
770b3372
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/boards/_switcher.html.haml
app/views/projects/boards/_switcher.html.haml
+3
-2
changelogs/unreleased-ee/3126-fix-delete-board-hover-color.yml
...elogs/unreleased-ee/3126-fix-delete-board-hover-color.yml
+4
-0
No files found.
app/views/projects/boards/_switcher.html.haml
View file @
7e7ebe38
...
...
@@ -58,5 +58,6 @@
%a
{
"href"
=>
"#"
,
"@click.stop.prevent"
=>
"showPage('milestone')"
}
Edit board milestone
%li
{
"v-if"
=>
"showDelete"
}
%a
.text-danger
{
"href"
=>
"#"
,
"@click.stop.prevent"
=>
"showPage('delete')"
}
Delete board
%a
{
"href"
=>
"#"
,
"@click.stop.prevent"
=>
"showPage('delete')"
}
%span
.text-danger
Delete board
changelogs/unreleased-ee/3126-fix-delete-board-hover-color.yml
0 → 100644
View file @
7e7ebe38
---
title
:
Update delete board button text color to red and fix hover color
merge_request
:
author
:
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