-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update to carbon 1.58.1 (#4086)
* chore(release): update to carbon 1.58.1 * fix: tooltips * fix: remove fragment
- Loading branch information
1 parent
66b6ae4
commit b63af1b
Showing
5 changed files
with
230 additions
and
25 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
:global(.page-table) .tag { | ||
margin-left: 0; | ||
} | ||
|
||
:global(.cds--popover-container .cds--definition-term) { | ||
border: none; | ||
} | ||
|
||
:global(.cds--popover-container .cds--definition-term) .tag span { | ||
border-block-end: 1px dotted $border-strong; | ||
cursor: pointer; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters