Skip to content

Commit

Permalink
Refactor button styles in Pathway.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan2917 committed Dec 8, 2023
1 parent 653b993 commit 50e902d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/web/src/pages/Pathway.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,20 @@

<!-- button to switch between alphabet order and category order -->
<div style="float: left;" class="w-10">
<b-button
<b-button variant="primary"
@click="listAlphabet()"
style="
margin-top: 10px;
color: #007bff;
border: solid #007bff;
background-color: transparent;
"
>
List by Alphabet
</b-button>
<br />
<b-button
<b-button variant="primary"
@click="listCate()"
style="
margin-top: 10px;
color: #007bff;
border: solid #007bff;
background-color: transparent;
"
margin-top: 10px;
"
>
List by Category
</b-button>
Expand Down

0 comments on commit 50e902d

Please sign in to comment.