Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
68136a9d
Commit
68136a9d
authored
Nov 06, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mosys mobile: styling "selected cell header"
parent
e78a19ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
partials/GridEditor.vue
partials/GridEditor.vue
+13
-4
No files found.
partials/GridEditor.vue
View file @
68136a9d
...
...
@@ -28,15 +28,24 @@
// -------------------------------------------------------------------------------------------- selected cell header
#selected-cell-header.fixed-top.z-top.bg-dark.text-white.transition(:class="{'show': showEditingCells}")
q-item.q-pl-md.q-pr-
xs
.q-py-none.full-height(v-if="!modal")
q-item.q-pl-md.q-pr-
none
.q-py-none.full-height(v-if="!modal")
q-item-main
strong
{{
selectedCell
.
type
}}
q-item-side
q-btn.bg-transparent.text-white(@click="event => {handleCellContextMenuDelete(event, mobileSelectedCell)}",
q-item-side.row
q-btn.text-white.q-px-sm(@click="", flat)
q-icon(name="edit")
q-btn.text-white.q-px-sm(@click="event => {handleCellContextMenuDelete(event, mobileSelectedCell)}",
flat)
q-icon(name="delete")
q-btn.text-white.q-px-md.q-mr-md.on-right(@click="", flat,
style="border-radius: .5rem; width: 42px; border: 1px solid rgba(255, 255, 255, .3);")
q-icon(name="clear")
//
q-btn.
bg-transparent.
text-white.q-px-sm(@click="", flat)
q-btn.text-white.q-px-sm(@click="", flat)
q-icon(name="edit")
q-btn.bg-transparent.text-white.q-pl-sm.q-pr-md(@click="event => {handleCellContextMenuDelete(event, mobileSelectedCell)}",
...
...
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