mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Highlight selected text in input fields
Fixes #9993. This does not yet allow stylesheets to set the selection colors; instead it uses a hard-coded orange background and white foreground.
This commit is contained in:
@@ -2528,6 +2528,30 @@
|
||||
"url": "/_mozilla/css/input_placeholder_ref.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_a.html": [
|
||||
{
|
||||
"path": "css/input_selection_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_ref.html": [
|
||||
{
|
||||
"path": "css/input_selection_ref.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_ref.html"
|
||||
}
|
||||
],
|
||||
"css/input_whitespace.html": [
|
||||
{
|
||||
"path": "css/input_whitespace.html",
|
||||
@@ -8818,6 +8842,30 @@
|
||||
"url": "/_mozilla/css/input_placeholder_ref.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_a.html": [
|
||||
{
|
||||
"path": "css/input_selection_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_ref.html": [
|
||||
{
|
||||
"path": "css/input_selection_ref.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_ref.html"
|
||||
}
|
||||
],
|
||||
"css/input_whitespace.html": [
|
||||
{
|
||||
"path": "css/input_whitespace.html",
|
||||
|
||||
Reference in New Issue
Block a user