Skip to content

Commit

Permalink
default fixes
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Dec 5, 2024
1 parent e7e09df commit 0347909
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packages/themes/default/src/components/button-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
}

&__text {
border-radius: var(--text-border-radius);
outline: var(--text-outline);

@at-root #{$root}:focus & {
border-radius: var(--text-border-radius);
outline: var(--text-outline);
}
.span-label {
@at-root #{$root}:is(:focus, :hover):not([aria-disabled], [disabled]) & {
text-decoration-thickness: 0.25em;
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/default/src/components/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
:host {
font-family: inherit;
}
.kol-link {
line-height: 1;
}
}
1 change: 0 additions & 1 deletion packages/themes/default/src/mixins/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
color: var(--color-primary);
font-style: normal;
font-weight: 400;
line-height: 1;

&:focus {
outline: none;
Expand Down

0 comments on commit 0347909

Please sign in to comment.