Highlight participants menu button on hover and focus

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2018-06-04 13:56:40 +02:00
Родитель f07a0c6c46
Коммит f10f0627c6
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -910,6 +910,11 @@ video {
background-color: transparent; background-color: transparent;
} }
.participantWithList .participant-entry-utils-menu-button button:hover,
.participantWithList .participant-entry-utils-menu-button button:focus, {
opacity: 1;
}
/** /**
* Sidebar details view * Sidebar details view
*/ */