diff --git a/partials/GridEditor.vue b/partials/GridEditor.vue index 50d74ea353b4bdccfeeebfa363a60184286cfabd..00f47dde32afd56942aa562835d79f68c2bd6339 100644 --- a/partials/GridEditor.vue +++ b/partials/GridEditor.vue @@ -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