-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tooltip to shareable urls copy button (#1614)
* Add tooltip to copy button, update tooltip to handle arrow size and position Signed-off-by: Vladimir <[email protected]> * Add tooltip to command copier, update tooltip Signed-off-by: Vladimir <[email protected]> * Fix scss errors, sort tooltip react props, update tooltip padding Signed-off-by: Vladimir <[email protected]> * Add to release notes Signed-off-by: Vladimir <[email protected]> --------- Signed-off-by: Vladimir <[email protected]> Co-authored-by: Tynan DeBold <[email protected]>
- Loading branch information
1 parent
6e34745
commit 6c063bf
Showing
9 changed files
with
209 additions
and
78 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
} | ||
|
||
.toolbox { | ||
position: relative; | ||
display: block; | ||
width: 26px; | ||
height: 34px; | ||
|
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.