Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1911)

Unified Diff: third_party/WebKit/Source/web/PopupMenuImpl.cpp

Issue 2824123002: SELECT popup: Fix OPTGROUP rendering on a device with a touch-screen. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/linux/fast/forms/select-popup/popup-menu-appearance-coarse-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
index 5186a47f77fde5c402c122d0396ba40f4e8f9ce9..863ebc69d49eb5388fb2193a01a1e43a049b8d71 100644
--- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
@@ -275,6 +275,8 @@ void PopupMenuImpl::WriteDocument(SharedBuffer* data) {
PagePopupClient::AddString(String::Format("option, optgroup {"
"padding-top: %dpx;"
"padding-bottom: %dpx;"
keishi 2017/04/18 05:45:49 Do we want to add a padding below optgroup, after
tkent 2017/04/18 06:04:49 You're right, padding-bottom isn't necessary. I th
+ "}\n"
+ "option {"
"min-height: %dpx;"
"display: flex;"
"align-items: center;"
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/linux/fast/forms/select-popup/popup-menu-appearance-coarse-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698