Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
92dea23e
Commit
92dea23e
authored
Aug 19, 2020
by
schneider210
Browse files
fix toggle styles
parent
e6187135
Pipeline
#148047
passed with stages
in 2 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/togglebar/toggleIndex.vue
View file @
92dea23e
<
template
>
<div>
<ToggleFilter>
<q-list
class=
"toggle-list"
>
<q-list>
<q-item
v-for=
"(name, idx) in togglekeys"
:key=
"idx"
class=
"bg-grey-2"
clickable
...
...
@@ -24,16 +24,6 @@
<q-icon
class=
"q-pr-xs q-mt-xs"
size=
"xs"
:name=
"fasUndo"
/>
<q-item-section>
{{
'
Reset Panels
'
|
capitalize
}}
</q-item-section>
</q-item>
<q-item
class=
"bg-grey-4"
clickable
title=
"Reset panels to default view"
v-close-popup
@
click=
"resetPanelStatus"
>
<q-icon
class=
"q-pr-xs"
size=
"xs"
:name=
"fasUndo"
/>
{{
'
Reset Panels
'
|
capitalize
}}
</q-item>
</q-list>
</ToggleFilter>
</div>
...
...
@@ -140,7 +130,4 @@ export default {
margin-right
:
8px
button
:last-of-type
margin-right
:
0
.toggle-list
>
*
align-items
:
center
</
style
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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