Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
3267ea1c
Commit
3267ea1c
authored
Oct 16, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit-box header styling
parent
8e4174bb
Pipeline
#16888
passed with stage
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
partials/GridEditor.vue
partials/GridEditor.vue
+3
-3
No files found.
partials/GridEditor.vue
View file @
3267ea1c
...
...
@@ -165,17 +165,17 @@
position="bottom-right")
//------------------------- buttons
.row(style="background-color: rgba(0, 0, 0, .2);")
.row
.text-dark
(style="background-color: rgba(0, 0, 0, .2);")
//----- delete cell
.col
q-btn.q-py-none.q-pl-sm.q-ml-xs
.text-grey-8
(
q-btn.q-py-none.q-pl-sm.q-ml-xs(
@click="event => {handleCellContextMenuDelete(event, mobileSelectedCell)}", flat, no-ripple)
q-icon(name="delete")
//----- toggle edit-box
.col.text-right
q-btn.q-py-none.q-pr-sm.q-mr-xs
.text-grey-8
(@click="carouselVisibility()", flat, no-ripple)
q-btn.q-py-none.q-pr-sm.q-mr-xs(@click="carouselVisibility()", flat, no-ripple)
q-icon(v-if="carousel.visibility", name="keyboard_arrow_down")
q-icon(v-else, name="keyboard_arrow_up")
...
...
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