mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
12520/12521 "GFX select elements need to be able to turn off text" turn off user selection inside the drop-down list. r=mjudge.
This commit is contained in:
parent
f3b497f067
commit
93104c00ae
@ -1090,6 +1090,7 @@ option {
|
|||||||
display:block;
|
display:block;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* we need to address the part where there is a label */
|
/* we need to address the part where there is a label */
|
||||||
|
@ -1090,6 +1090,7 @@ option {
|
|||||||
display:block;
|
display:block;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* we need to address the part where there is a label */
|
/* we need to address the part where there is a label */
|
||||||
|
Loading…
Reference in New Issue
Block a user