Skip to content

Commit

Permalink
chore(docs): remove useless attributes from cards and tooltips
Browse files Browse the repository at this point in the history
Co-authored-by: smartmouse <smartmouse>
  • Loading branch information
smartm0use authored Dec 4, 2024
1 parent 1af2b2d commit d9db4c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/card/card-big/card-big.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3 class="card-title h5">Lorem ipsum dolor sit amet, consectetur adipiscing eli
</div>
<div class="col-12 col-lg-6">
<div class="card-wrapper card-space">
<it-card space="true" background="true" big="true" borderBottom="true">
<it-card background="true" big="true" borderBottom="true">
<ng-container beforeBody>
<div class="flag-icon"></div>
<div class="etichetta">
Expand Down
2 changes: 1 addition & 1 deletion src/app/card/card-shadow/card-shadow.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3>Card con ombreggiatura</h3>
<div class="row">
<div class="col-12 col-lg-6">
<div class="card-wrapper">
<it-card space="true" background="true">
<it-card background="true">
<h3 class="card-title h5">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor…</h3>
<p class="card-text font-serif">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ <h3>Le quattro direzioni</h3>
type="button"
class="btn btn-lg btn-danger me-4"
itTooltip="Tooltip di esempio"
it-title="Titolo del Tooltip"
[tooltipPlacement]="currentPlacement"
triggers="click">
Clicca per il tooltip ricollocabile
Expand Down

0 comments on commit d9db4c8

Please sign in to comment.