Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 25, 2023
2 parents 4c898a5 + cb64e1a commit 7b9c267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/repl/components/BundleOptions.vue
Expand Up @@ -51,7 +51,6 @@
</section>
</div>
<div v-if="optionsStore.additionalAvailableOptions.length > 0" class="add-option">
<span class="icon-plus"></span>
<select
@input="
optionsStore.addOption($event.target.value);
Expand All @@ -67,6 +66,7 @@
{{ option }}
</option>
</select>
<span class="icon-plus"></span>
</div>
</div>
</template>
Expand Down Expand Up @@ -165,7 +165,7 @@ select {
position: relative;
cursor: pointer;
appearance: none;
background: transparent;
background: var(--vp-c-bg);
padding-right: 20px;
width: 100px;
}
Expand Down

0 comments on commit 7b9c267

Please sign in to comment.