Skip to content

Commit

Permalink
Use dash to represent non-selected clips
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <jay@zijie.wang>
  • Loading branch information
xiaohk committed Mar 14, 2024
1 parent 766360a commit b4ac312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/search-panel/SearchPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $search-bar-gap: 8px;
.chip {
padding: 1px 7px;
border-radius: 5px;
border: 1px solid hsla(0, 100%, 100%, 0.5);
border: 1px dashed hsla(0, 100%, 100%, 0.5);

user-select: none;
-webkit-user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion src/data/supernova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5262,7 +5262,7 @@
\ Plotting for {{Python}}.},\n year = {2022},\n url = {https://github.com/sandialabs/toyplot},\n\
\ urldate = {2023-04-24},\n howpublished = {Sandia National Laboratories}\n\
}\n"
bibtexKey: ToyplotInteractivePlotting2022
bibtexKey: sandianationallaboratoriesToyplotInteractivePlotting2022
communication: one-way
description: Interactive plotting for Python.
githubURL: https://github.com/sandialabs/toyplot
Expand Down

0 comments on commit b4ac312

Please sign in to comment.