Skip to content

Commit

Permalink
Fix the appearance of select boxes in VitePress/Altair embeddings (#180)
Browse files Browse the repository at this point in the history
* Override VitePress select box

* update CHANGELOG

---------

Co-authored-by: jbloom <[email protected]>
  • Loading branch information
WillHannon-MCB and jbloom authored Jan 3, 2025
1 parent e815882 commit 1ceab71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

#### version 3.20.1
- Fix [minor issue](https://github.com/dms-vep/dms-vep-pipeline-3/issues/176) w embedding Altair plots in VitePress homepage.

### version 3.20.0
- Various updates to the `summary` plots:
+ Add option `no_mean_lineplot` to not show antibody-escape mean lineplot (see [this issue](https://github.com/dms-vep/Flu_H5_American-Wigeon_South-Carolina_2021-H5N1_DMS/issues/136)).
Expand Down
1 change: 1 addition & 0 deletions homepage/.vitepress/theme/Altair.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export default {
border-radius: 4px;
background-color: #fff;
text-align: center;
-webkit-appearance: auto;
}
.vega-bindings input[type="select"] option {
Expand Down

0 comments on commit 1ceab71

Please sign in to comment.