frontend: enhance leave button styling and fix CSS syntax for force disconnect button
This commit is contained in:
parent
a700fff911
commit
5a6d17d61a
@ -134,12 +134,14 @@
|
||||
(onRecordingStopRequested)="onRecordingStopRequested($event)"
|
||||
>
|
||||
@if (features().canModerateRoom) {
|
||||
<div *ovToolbarAdditionalButtons id="leave-btn" class="custom-leave-btn" style="text-align: center">
|
||||
<div *ovToolbarAdditionalButtons>
|
||||
<button
|
||||
id="leave-btn"
|
||||
mat-icon-button
|
||||
[matMenuTriggerFor]="leaveMenu"
|
||||
matTooltip="Leave options"
|
||||
[disableRipple]="true"
|
||||
class="custom-leave-btn"
|
||||
>
|
||||
<mat-icon>call_end</mat-icon>
|
||||
</button>
|
||||
|
||||
@ -251,7 +251,7 @@
|
||||
|
||||
// Custom leave button styling (existing functionality)
|
||||
::ng-deep {
|
||||
#media-buttons-container .custom-leave-btn > button {
|
||||
#media-buttons-container .custom-leave-btn {
|
||||
&:hover {
|
||||
background-color: var(--ov-meet-color-error) !important;
|
||||
}
|
||||
@ -266,5 +266,5 @@
|
||||
|
||||
// Custom force disconnect button
|
||||
.force-disconnect-btn {
|
||||
color: var(--ov-meet-color-error)
|
||||
color: var(--ov-meet-color-error);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user