BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
703aa9d2
Commit
703aa9d2
authored
Jan 04, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make tooltip placement bottom by default as per design guidelines
parent
9222900b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
group_item.vue
app/assets/javascripts/groups/components/group_item.vue
+1
-1
item_actions.vue
app/assets/javascripts/groups/components/item_actions.vue
+2
-0
item_stats_value.vue
...assets/javascripts/groups/components/item_stats_value.vue
+1
-1
No files found.
app/assets/javascripts/groups/components/group_item.vue
View file @
703aa9d2
...
...
@@ -125,7 +125,7 @@ export default {
:href=
"group.relativePath"
:title=
"group.fullName"
class=
"no-expand"
data-placement=
"
top
"
data-placement=
"
bottom
"
>
{{
// ending bracket must be by closing tag to prevent
// link hover text-decoration from over-extending
...
...
app/assets/javascripts/groups/components/item_actions.vue
View file @
703aa9d2
...
...
@@ -64,6 +64,7 @@ export default {
:title=
"editBtnTitle"
:aria-label=
"editBtnTitle"
data-container=
"body"
data-placement=
"bottom"
class=
"edit-group btn no-expand"
>
<icon
name=
"settings"
/>
</a>
...
...
@@ -75,6 +76,7 @@ export default {
:title=
"leaveBtnTitle"
:aria-label=
"leaveBtnTitle"
data-container=
"body"
data-placement=
"bottom"
class=
"leave-group btn no-expand"
>
<icon
name=
"leave"
/>
</a>
...
...
app/assets/javascripts/groups/components/item_stats_value.vue
View file @
703aa9d2
...
...
@@ -21,7 +21,7 @@ export default {
tooltipPlacement
:
{
type
:
String
,
required
:
false
,
default
:
'
top
'
,
default
:
'
bottom
'
,
},
/**
* value could either be number or string
...
...
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