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
5cd09e0c
Commit
5cd09e0c
authored
Nov 07, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed commentated css
parent
0f0d65ec
Pipeline
#20259
passed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
partials/GridEditor.vue
partials/GridEditor.vue
+0
-22
No files found.
partials/GridEditor.vue
View file @
5cd09e0c
...
...
@@ -1262,10 +1262,8 @@
.cell-item
border-radius border-radius-cell
// backdrop-filter blur(3px)
&
// background-color rgba(0,0,0,0.2)
background-color rgba(200, 200, 200, .75)
border 1px solid rgba(0, 0, 0, .2)
margin 1px
...
...
@@ -1278,14 +1276,11 @@
grid-row-end: span 1
&:hover
/*background-color lightblue*/
.edit-button
display: block
&.editing
/*background-color lightpink*/
// background rgba(255, 0, 0, .3)
background rgba(255, 150, 150, .8)
border 1px solid rgba(255,110,110,1)
...
...
@@ -1297,7 +1292,6 @@
&.hover
&:hover
// background-color lightblue
background-color rgba(160, 200, 255, .8)
.edit-button
...
...
@@ -1312,8 +1306,6 @@
position absolute
right 0
bottom 0
/*width 18px*/
/*height 20px*/
&:hover
color black
...
...
@@ -1321,7 +1313,6 @@
.backdrop-filter
backdrop-filter blur(6px)
background-color rgba(255, 255, 255, .3)
/*border-radius .5rem*/
#edit-content-mobile
width calc(100vw - 32px)
...
...
@@ -1336,15 +1327,11 @@
top 0px
.cell-item-tmp-mobile
// background-color rgba(0, 0, 255, .15)
// background-color rgba(100, 100, 255, .5)
// background-color rgba(80, 110, 255, .75)
background-color rgba(115, 170, 255, .75)
border 1px solid rgba(110, 150, 255, 1)
.edit-cell-button
border 0px solid #333
// background-color rgba(0, 0, 0, .1)
background-color rgba(0, 0, 0, 0)
color $grey-8
...
...
@@ -1355,7 +1342,6 @@
opacity 0
&.show-minimized
// bottom calc(-220px + 42px)
bottom calc(-220px + 58px)
&.show-full
...
...
@@ -1372,7 +1358,6 @@
//************************************************** mobile: new cell
handler-width = 40px
// gap = 4px
gap = 0px
.main-handler
...
...
@@ -1383,11 +1368,6 @@
overflow hidden
.handler-new-cell
/*
width handler-width
height handler-width
border-radius 1000px
*/
&.pushed
transition top ease 200ms, left ease 200ms
...
...
@@ -1396,7 +1376,6 @@
position fixed
width handler-width
height handler-width
border-radius 1000px
transition opacity ease 350ms
opacity 0
...
...
@@ -1411,7 +1390,6 @@
right auto
border-radius 0 border-radius-handler border-radius-handler 0
&.right-side
// left 'calc(100vw - %s)' % handler-width
left auto
right gap
border-radius border-radius-handler 0 0 border-radius-handler
...
...
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