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
Applications
Systems Frontend
Commits
8a0f6a64
Commit
8a0f6a64
authored
Mar 30, 2020
by
Christian Hansen
Committed by
Anton Koch
Mar 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dark background in source- and cell-editor (
#346
)
parent
a694ea44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/components/mosys
src/components/mosys
+1
-1
src/pages/mosys/grids/annotate.vue
src/pages/mosys/grids/annotate.vue
+5
-5
No files found.
mosys
@
7fa06faf
Compare
ecf75376
...
7fa06faf
Subproject commit
ecf753765d4bdbba7b83fd47b829d7bf1eb27d21
Subproject commit
7fa06faf593cd3fb0d662197174d0e3c7aeeb12a
src/pages/mosys/grids/annotate.vue
View file @
8a0f6a64
...
...
@@ -9,19 +9,19 @@
.desktop-only(v-if="$store.state.mosys.showSources")
// .grid-editor-border-left.z-top.bg-grey-4
.full-height.fixed-top-right.z-max
.custom-shadow
source-editor.source-editor.
bg-white.
overflow-hidden
.full-height.fixed-top-right.z-max
(style="border-left: 1px solid rgba(255,255,255,0.2);")
source-editor.source-editor.overflow-hidden
.bg-dark
q-modal.mobile-only.z-max(v-model="$store.state.mosys.showSources", minimized, content-css="border-radius: .5rem;",
content-classes="full-modal")
source-editor
source-editor
.bg-dark(style="border: 1px solid rgba(255,255,255,0.2);")
// ----------------------------------------------------------------------------------------------------- cell editor
.desktop-only(v-if="showEditingCells")
// .grid-editor-border-left.z-top.bg-grey-4
.full-height.fixed-top-right.z-max
.custom-shadow
cell-editor.grid-editor-editing-cells.bg-
white
(@closePanel="closePanelHandler", @removeCell="removeCellHandler")
.full-height.fixed-top-right.z-max
(style="border-left: 1px solid rgba(255,255,255,0.2);")
cell-editor.grid-editor-editing-cells.bg-
dark
(@closePanel="closePanelHandler", @removeCell="removeCellHandler")
</
template
>
...
...
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