Skip to content

Commit

Permalink
[beam] Fix navbar btn style (#218)
Browse files Browse the repository at this point in the history
* added a link stylings for BeamBtn for instances where a link is used instead of a button

* added changes
  • Loading branch information
crabinak authored Dec 13, 2024
1 parent 8d928ba commit 877e732
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions beam/src/components/BeamBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@
}
}
</style>
<style>
.beam_btn a:link,
.beam_btn a:visited,
.beam_btn a:hover,
.beam_btn a:active {
text-decoration: none;
color: var(--sc-btn-label-color);
}
</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/beam",
"comment": "added link styles to BeamBtn",
"type": "none"
}
],
"packageName": "@stonecrop/beam"
}

0 comments on commit 877e732

Please sign in to comment.