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
067ca48e
Commit
067ca48e
authored
Aug 27, 2020
by
Kev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve accordion item "look and feel"
parent
95172605
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
ee/app/assets/javascripts/vue_shared/components/accordion/accordion_item.vue
...cripts/vue_shared/components/accordion/accordion_item.vue
+3
-6
No files found.
ee/app/assets/javascripts/vue_shared/components/accordion/accordion_item.vue
View file @
067ca48e
...
...
@@ -97,14 +97,11 @@ export default {
:disabled=
"isDisabled"
:aria-expanded=
"isExpanded"
:aria-controls=
"contentContainerId"
class=
"
btn
-transparent border-0 rounded-0 w-100 p-0 text-left"
:class=
"
{ 'cursor-default': isDisabled }"
class=
"
gl-bg
-transparent border-0 rounded-0 w-100 p-0 text-left"
:class=
"
{ 'cursor-default': isDisabled
, 'list-group-item-action': !isDisabled
}"
@click="handleClick"
>
<div
class=
"d-flex align-items-center p-2"
:class=
"
{ 'list-group-item-action': !isDisabled }"
>
<div
class=
"d-flex align-items-center p-2"
>
<gl-icon
:size=
"16"
class=
"mr-2 gl-text-gray-900"
...
...
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