Skip to content

Commit

Permalink
merge mdamien-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jan 10, 2021
2 parents 9317c93 + b7b4d68 commit ff7417a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/styles/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
user-select: none;
}

.matter-select option {
background: #fff;
color: #000;
}

.matter-select-wrapper {
width: 100%;
min-width: 100px;
Expand Down Expand Up @@ -417,4 +422,4 @@ body .dg {
.matter-btn-source {
display: block;
}
}
}

0 comments on commit ff7417a

Please sign in to comment.