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

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

Issue 14467003: Remove ENABLE_DIALOG_ELEMENT (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index ddbe56c52d38653bb2fc9620f6872ac63daaab12..4eff1511240b813570297b3ad66738d25bad4618 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -144,7 +144,6 @@ map {
display: inline
}
-#if defined(ENABLE_DIALOG_ELEMENT) && ENABLE_DIALOG_ELEMENT
dialog:not([open]) { display: none; }
dialog {
position: absolute;
@@ -155,7 +154,6 @@ dialog {
background: white;
color: black;
}
-#endif
/* heading elements */

Powered by Google App Engine
This is Rietveld 408576698