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

Unified Diff: Source/core/css/html.css

Issue 801283003: Regression: Add back support for hr elements in select listbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 6566aff360bd29c489fc63ee2551a1a05316ff37..4549856ea1a2baf8810f1b8f437f52452f69a042 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -811,6 +811,9 @@ select:-internal-list-box option:checked:disabled {
color: gray !important;
}
+select:-internal-list-box hr {
+ border-style: none;
+}
output {
display: inline;
« no previous file with comments | « LayoutTests/platform/win/fast/forms/suggested-value-expected.txt ('k') | Source/core/html/HTMLOptGroupElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698