Skip to content

Commit

Permalink
Merge branch 'release_24.0' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Apr 4, 2024
2 parents b3ccb04 + 1cd9752 commit 2860925
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/components/Sharing/EditableUrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function onCopyOut() {
v-if="!editing"
id="tooltip-clipboard"
v-b-tooltip.hover
:disabled="editing"
size="md"
class="inline-icon-button"
:title="clipboardTitle"
Expand All @@ -99,10 +100,16 @@ function onCopyOut() {
</template>

<style scoped lang="scss">
@import "theme/blue.scss";
.editable-url {
height: 1.5rem;
display: flex;
align-items: center;
gap: 0.25rem;
}
.inline-icon-button:disabled:hover {
background-color: $brand-secondary;
color: unset;
}
</style>

0 comments on commit 2860925

Please sign in to comment.