Skip to content

Commit

Permalink
900 chip add button disable style (#901)
Browse files Browse the repository at this point in the history
added disable style to add button on chip-button component
  • Loading branch information
p-riera authored Jul 30, 2024
1 parent 779d9d8 commit 7305321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/systelab-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systelab-components",
"version": "17.1.19",
"version": "17.1.20",
"license": "MIT",
"keywords": [
"Angular",
Expand Down
4 changes: 4 additions & 0 deletions projects/systelab-components/sass/modern/_chip-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,9 @@ systelab-chip-button {
margin-top: 1px;
padding-top: 0;
width: 26px;

&:disabled {
opacity: 0.45;
}
}
}

0 comments on commit 7305321

Please sign in to comment.