Skip to content

Commit 6edce72

Browse files
authored
Merge pull request #28 from oslabs-beta/keyla/debugDragTransparency
Keyla/debug drag transparency
2 parents a67343a + 85868a1 commit 6edce72

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/components/left-sidebar/ComponentTab/CreateMenuHTMLQueue.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,13 @@ li {
169169
height: 35px;
170170
padding-top: 6px;
171171
text-align: center;
172+
color: white;
172173
cursor: move;
173174
}
174175
175176
.list-group-item-selected {
176177
display: inline-block;
177-
margin: 4px 1.5%;
178+
margin: 2px 1.5%;
178179
min-width: 175px;
179180
width: 30%;
180181
border-radius: 0.5cm;

src/components/right-sidebar/HTMLQueue.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ hr {
313313
}
314314
315315
.currentlyDragging {
316-
opacity: 1;
316+
opacity: .5;
317317
}
318318
319319
.ignoreByDragover {

src/css/quasar.variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// **************** Taken from OverVue *******************
2828
$primary : #737578;
29-
$secondary : #9c49a3;
29+
$secondary : #42B883;
3030
$accent : #a1ddc2;
3131
$subaccent : #0d0d0d;
3232
$subaccentbtn : #2c384d;

0 commit comments

Comments
 (0)