mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-04 11:29:40 +00:00
Add FIXME for select:active on Firefox
The :active state is only active in Firefox during the click on the <select>, not while the dropdown is opened, like in Chrome.
This commit is contained in:
@@ -61,6 +61,8 @@ select {
|
||||
padding-right: calc(2*7px + 8px);
|
||||
padding-left: 7px;
|
||||
}
|
||||
/* FIXME: :active isn't set when the <select> is opened in Firefox:
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1805406 */
|
||||
select:active {
|
||||
/* Rotated arrow */
|
||||
--select-arrow: url('data:image/svg+xml;utf8, \
|
||||
|
||||
Reference in New Issue
Block a user