Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Sep 18, 2023
1 parent ce170ab commit 0239b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ input {

[part~='size-standard'][part~='activate']:focus-within .icon-button--plate,
[part~='size-standard'][part~='toggle']:focus-within .icon-button--plate,
[part~='size-standard'] [part~='base']:focus .icon-button--plate{
[part~='size-standard'] [part~='base']:focus .icon-button--plate {
outline: var(--focus-outline);
outline-offset: var(--telekom-spacing-composition-space-01);
outline-offset: 1px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class IconButton {
}

if (this.disabled) {
this.setDisabled();
this.setDisabled();
}
}

Expand Down Expand Up @@ -175,9 +175,7 @@ export class IconButton {
<div class={'icon-button--plate'}>
<slot />
</div>
<div class={'icon-button--label-wrapper'}>
{this.label}
</div>
<div class={'icon-button--label-wrapper'}>{this.label}</div>
</button>
</div>
) : (
Expand Down

0 comments on commit 0239b0a

Please sign in to comment.