-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Franck Gaudin
committed
Dec 15, 2023
1 parent
ad5705b
commit 7921433
Showing
15 changed files
with
124 additions
and
180 deletions.
There are no files selected for viewing
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
13 changes: 0 additions & 13 deletions
13
apps/docs/components/copyButton/codeblockCopyButton/CodeBlockCopyButton.css
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
apps/docs/components/copyButton/codeblockCopyButton/CodeBlockCopyButton.stories.tsx
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
apps/docs/components/copyButton/codeblockCopyButton/CodeBlockCopyButton.tsx
This file was deleted.
Oops, something went wrong.
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,13 +1,36 @@ | ||
.hd-copy-button { | ||
cursor: pointer; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
background-color: transparent; | ||
border: none; | ||
border-radius: var(--hd-space-1); | ||
cursor: pointer; | ||
aspect-ratio: 1/1; | ||
border-radius: var(--hd-space-05); | ||
width: var(--hd-space-4); | ||
background-color: transparent; | ||
} | ||
|
||
.hd-copy-button:not([disabled]):hover { | ||
background-color: var(--hd-color-neutral-surface-weak); | ||
} | ||
|
||
.hd-copy-button__icon { | ||
stroke: currentcolor; | ||
} | ||
|
||
.hd-copy-button[disabled]:hover { | ||
cursor: not-allowed; | ||
} | ||
|
||
.hd-copy-button--inline { | ||
width: var(--hd-space-3); | ||
} | ||
|
||
.hd-copy-button--ghost { | ||
aspect-ratio: unset; | ||
width: auto; | ||
} | ||
|
||
.hd-copy-button--ghost:not([disabled]):hover { | ||
background-color: transparent; | ||
} |
14 changes: 0 additions & 14 deletions
14
apps/docs/components/copyButton/inlineCopyButton/InlineCopyButton.css
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
apps/docs/components/copyButton/inlineCopyButton/InlineCopyButton.stories.stories.tsx
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
apps/docs/components/copyButton/inlineCopyButton/InlineCopyButton.tsx
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.