mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 04:16:16 +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;
|
||||
font-family: sans-serif;
|
||||
font-size: small;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* we need to address the part where there is a label */
|
||||
|
@ -1090,6 +1090,7 @@ option {
|
||||
display:block;
|
||||
font-family: sans-serif;
|
||||
font-size: small;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* we need to address the part where there is a label */
|
||||
|
Loading…
Reference in New Issue
Block a user