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
805ccf27
Commit
805ccf27
authored
Nov 18, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-chevron-down icon in pikaday
parent
f1b8a753
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/javascripts/vue_shared/components/pikaday.vue
app/assets/javascripts/vue_shared/components/pikaday.vue
+5
-1
changelogs/unreleased/mw-replace-fa-chevron-down-in-pikaday.yml
...logs/unreleased/mw-replace-fa-chevron-down-in-pikaday.yml
+5
-0
No files found.
app/assets/javascripts/vue_shared/components/pikaday.vue
View file @
805ccf27
<
script
>
import
Pikaday
from
'
pikaday
'
;
import
{
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
parsePikadayDate
,
pikadayToString
}
from
'
~/lib/utils/datetime_utility
'
;
import
{
__
}
from
'
~/locale
'
;
export
default
{
name
:
'
DatePicker
'
,
components
:
{
GlIcon
,
},
props
:
{
label
:
{
type
:
String
,
...
...
@@ -66,7 +70,7 @@ export default {
<div
class=
"dropdown open"
>
<button
type=
"button"
class=
"dropdown-menu-toggle"
data-toggle=
"dropdown"
@
click=
"toggled"
>
<span
class=
"dropdown-toggle-text"
>
{{
label
}}
</span>
<
i
class=
"fa fa-chevron-down"
aria-hidden=
"true"
>
</i
>
<
gl-icon
name=
"chevron-down"
class=
"gl-absolute gl-right-3 gl-top-3 gl-text-gray-500"
/
>
</button>
</div>
</div>
...
...
changelogs/unreleased/mw-replace-fa-chevron-down-in-pikaday.yml
0 → 100644
View file @
805ccf27
---
title
:
Replace fa-chevron-down icon in pikaday
merge_request
:
48054
author
:
type
:
changed
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