Skip to content

Commit

Permalink
btn link text decoration fixed (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Jan 17, 2024
1 parent c1723ae commit effe444
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions forms-flow-theme/src/overrideClasses/bootstrapOverride.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@
--bs-table-color: #fff;
--bs-table-bg:var(--color-primary) !important;
}

.btn-link{
text-decoration: none;
&:hover{
text-decoration: underline;
}
}

0 comments on commit effe444

Please sign in to comment.