Commit c04ecede authored by Moe Ahmadi's avatar Moe Ahmadi Committed by Chromium LUCI CQ

[realbox] Makes all text in realbox dropdown impossible to select

Previously only the realbox header text was unselectable. Making all
text in realbox dropdown unselectable is more consistent with omnibox.

Fixed: 1147142
Change-Id: Iade45c037e8e9208aba7ff0e708c985aa9ea97bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566505
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832575}
parent 56b1ac4b
<style> <style>
:host { :host {
font-size: 16px; font-size: 16px;
user-select: none;
} }
#selector { #selector {
...@@ -37,7 +38,6 @@ ...@@ -37,7 +38,6 @@
padding-inline-end: 8px; padding-inline-end: 8px;
text-overflow: ellipsis; text-overflow: ellipsis;
text-transform: uppercase; text-transform: uppercase;
user-select: none;
white-space: nowrap; white-space: nowrap;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment