From 36510f7d1678e4fb29a1a018a67843896bed1e1a Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 12 Dec 2022 10:45:44 +0100 Subject: [PATCH] Clarify comment about hover state on touch devices --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 986a6a5f..f042dfcd 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -400,7 +400,7 @@ html { padding-bottom: 3px; } /* Android browsers don't properly update hover state if touch events are - * intercepted */ + * intercepted, like they are when clicking on the remote screen. */ :root:not(.noVNC_touch) #noVNC_control_bar .noVNC_button.noVNC_selected:not(:disabled):hover { border-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.2);