Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Oct 2, 2023
1 parent 0584608 commit b46b83d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@
<ng-template pageTab>
<tui-doc-demo>
<tui-badged-content [style.--tui-radius]="radius">
<tui-badge
appearance="default"
tuiSlot="top"
>
1
</tui-badge>
<tui-badge-alert tuiSlot="top">1</tui-badge-alert>
<tui-avatar
size="l"
[round]="radius === '50%'"
Expand Down
3 changes: 1 addition & 2 deletions projects/experimental/components/badge/badge.style.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@import 'taiga-ui-local';

:host {
.transition(background);

--left-content-color: currentColor;
position: relative;
display: inline-flex;
Expand Down Expand Up @@ -221,6 +219,7 @@
}

&._hoverable {
.transition(background);
cursor: pointer;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}

.t-border:not(:empty) {
--tui-duration: 0;
display: flex;
border-radius: 6rem;
box-shadow: 0 0 0 1px currentColor;
Expand Down

0 comments on commit b46b83d

Please sign in to comment.