From f10f0627c68942976f6d2c144750344fc16537c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Mon, 4 Jun 2018 13:56:40 +0200 Subject: [PATCH] Highlight participants menu button on hover and focus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- css/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.scss b/css/style.scss index 0d5be40f2..60922ef19 100644 --- a/css/style.scss +++ b/css/style.scss @@ -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 */