frontend: enhance share meeting link styles with hover effects and update moderator badge icon alignment

This commit is contained in:
Carlos Santos 2025-09-30 17:04:22 +02:00
parent c99f0cad03
commit 883a08a130
2 changed files with 13 additions and 2 deletions

View File

@ -66,6 +66,10 @@
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
&:hover {
text-decoration: underline;
}
}
.copy-url-btn {
@ -74,7 +78,7 @@
height: 32px;
min-width: 32px;
padding: 0;
color: var(--ov-meet-text-hint);
color: var(--ov-secondary-action-color);
cursor: pointer;
background: transparent;
border: 0;
@ -82,6 +86,11 @@
.mat-icon {
@include ov-icon(sm);
}
&:hover {
background-color: var(--ov-hover-color);
color: var(--ov-text-surface-color);
}
}
}
}

View File

@ -320,6 +320,8 @@
}
.moderator-badge {
color: var(--ov-meet-color-warning);
margin-right: var(--ov-meet-spacing-xs);
mat-icon {
vertical-align: bottom;
}
}
}