Skip to content

Commit

Permalink
fix text decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jan 14, 2025
1 parent 7e3cf9f commit 39cfb87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[initiallySelected]="USAGE_TAB_ID"
[linkMode]="true"
[url]="doc().id"
(tabChange)="setTab($event)"
>
(tabChange)="setTab($event)">
<daff-tab [id]="USAGE_TAB_ID">
<daff-tab-label>
Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
color: currentColor;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
font-weight: 500;
height: 3rem;
margin: 0;
min-width: 8rem;
padding: 0.5rem 1.5rem;
text-decoration: none;
z-index: 2;

&[disabled] {
Expand Down
4 changes: 0 additions & 4 deletions libs/design/tabs/src/tabs/tabs.component.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
:host(.daff-tabs) {
$root: '.daff-tabs';
max-width: 100%;

a {
text-decoration: none;
}
}

.daff-tabs {
Expand Down

0 comments on commit 39cfb87

Please sign in to comment.