Skip to content

Commit

Permalink
Fix the "Copied!" CSS and gap between text and button
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Sep 18, 2024
1 parent b9eb00e commit 82b5128
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 7 additions & 4 deletions frontend/src/components/TextCopier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ export default {

<style scoped lang="scss">
.ff-text-copier {
.ff-icon {
&:hover {
cursor: pointer;
}
display: inline-flex;
align-items: center;
gap: 3px;
position: relative;
&:hover {
cursor: pointer;
}
.ff-copied {
background-color: black;
Expand All @@ -54,6 +56,7 @@ export default {
margin-left: 3px;
display: none;
z-index: 100;
left: 100%;
}
}
</style>
3 changes: 0 additions & 3 deletions frontend/src/components/file-browser/cells/FilePath.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ export default {
<style scoped lang="scss">
.ff-row-file {
position: relative;
display: flex;
align-items: center;
gap: 3px;
&:hover {
color: $ff-blue-600;
}
Expand Down

0 comments on commit 82b5128

Please sign in to comment.