mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-04 11:29:40 +00:00
Clarify comment about hover state on touch devices
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user