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
c654c8d3
Commit
c654c8d3
authored
Nov 18, 2020
by
Jarek Ostrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update boards caret icon category and sizze
MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48068
parent
86044ba6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/javascripts/boards/components/board_list_header.vue
...ssets/javascripts/boards/components/board_list_header.vue
+2
-1
app/assets/javascripts/boards/components/board_list_header_new.vue
...s/javascripts/boards/components/board_list_header_new.vue
+2
-1
app/assets/stylesheets/page_bundles/boards.scss
app/assets/stylesheets/page_bundles/boards.scss
+0
-1
ee/app/assets/javascripts/boards/components/epic_lane.vue
ee/app/assets/javascripts/boards/components/epic_lane.vue
+2
-1
No files found.
app/assets/javascripts/boards/components/board_list_header.vue
View file @
c654c8d3
...
...
@@ -190,7 +190,8 @@ export default {
:title=
"chevronTooltip"
:icon=
"chevronIcon"
class=
"board-title-caret no-drag gl-cursor-pointer"
variant=
"link"
category=
"tertiary"
size=
"small"
@
click=
"toggleExpanded"
/>
<!-- The following is only true in EE and if it is a milestone -->
...
...
app/assets/javascripts/boards/components/board_list_header_new.vue
View file @
c654c8d3
...
...
@@ -198,7 +198,8 @@ export default {
:title=
"chevronTooltip"
:icon=
"chevronIcon"
class=
"board-title-caret no-drag gl-cursor-pointer"
variant=
"link"
category=
"tertiary"
size=
"small"
@
click=
"toggleExpanded"
/>
<!-- EE start -->
...
...
app/assets/stylesheets/page_bundles/boards.scss
View file @
c654c8d3
...
...
@@ -92,7 +92,6 @@
.board-title-caret
{
border-radius
:
$border-radius-default
;
line-height
:
$gl-spacing-scale-5
;
height
:
$gl-spacing-scale-5
;
&
.btn
svg
{
top
:
0
;
...
...
ee/app/assets/javascripts/boards/components/epic_lane.vue
View file @
c654c8d3
...
...
@@ -131,7 +131,8 @@ export default {
:title=
"chevronTooltip"
:icon=
"chevronIcon"
class=
"gl-mr-2 gl-cursor-pointer"
variant=
"link"
category=
"tertiary"
size=
"small"
data-testid=
"epic-lane-chevron"
@
click=
"toggleCollapsed"
/>
...
...
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