summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css b/chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css
index b0e435ff75e..fb19ba79cc5 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css
+++ b/chromium/third_party/blink/renderer/core/html/forms/resources/listPicker.css
@@ -1,6 +1,8 @@
select {
display: block;
overflow-y: auto;
+ border-radius: 0px;
+ outline: none;
}
select hr {
@@ -16,8 +18,3 @@ option, optgroup {
.wrap option {
white-space: pre-wrap;
}
-
-.controls-refresh select {
- border-radius: 0px;
- outline: none;
-}