| 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 */
|
|
|
|
|