Clarify comment about hover state on touch devices

This commit is contained in:
Samuel Mannehed 2022-12-12 10:45:44 +01:00
parent cc703babcb
commit 36510f7d16
1 changed files with 1 additions and 1 deletions

View File

@ -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);