зеркало из https://github.com/nextcloud/spreed.git
Highlight participants menu button on hover and focus
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
f07a0c6c46
Коммит
f10f0627c6
|
@ -910,6 +910,11 @@ video {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.participantWithList .participant-entry-utils-menu-button button:hover,
|
||||
.participantWithList .participant-entry-utils-menu-button button:focus, {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sidebar details view
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче