From ce3d7fb5cefd844ecec9fa62a1e327e924fc5cdb Mon Sep 17 00:00:00 2001 From: Alexey Elin Date: Wed, 9 Dec 2020 12:46:26 +0300 Subject: [PATCH] docs: remove -webkit-box-sizing and -moz-box-sizing (#40039) Angular has stopped to support browser that requires these CSS properties. All supported browsers support standard box-sizing CSS property PR Close #40039 --- .../examples/testing/src/app/dashboard/dashboard.component.css | 2 -- .../examples/toh-pt5/src/app/dashboard/dashboard.component.css | 2 -- .../examples/toh-pt6/src/app/dashboard/dashboard.component.css | 2 -- .../universal/src/app/dashboard/dashboard.component.css | 2 -- 4 files changed, 8 deletions(-) diff --git a/aio/content/examples/testing/src/app/dashboard/dashboard.component.css b/aio/content/examples/testing/src/app/dashboard/dashboard.component.css index a10f7e0211d89b..0d4eebcdff8529 100644 --- a/aio/content/examples/testing/src/app/dashboard/dashboard.component.css +++ b/aio/content/examples/testing/src/app/dashboard/dashboard.component.css @@ -2,8 +2,6 @@ float: left; } *, *::after, *::before { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } h3 { diff --git a/aio/content/examples/toh-pt5/src/app/dashboard/dashboard.component.css b/aio/content/examples/toh-pt5/src/app/dashboard/dashboard.component.css index 7ce1157b018151..e34841c08b2485 100644 --- a/aio/content/examples/toh-pt5/src/app/dashboard/dashboard.component.css +++ b/aio/content/examples/toh-pt5/src/app/dashboard/dashboard.component.css @@ -11,8 +11,6 @@ a { text-decoration: none; } *, *::after, *::before { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } h3 { diff --git a/aio/content/examples/toh-pt6/src/app/dashboard/dashboard.component.css b/aio/content/examples/toh-pt6/src/app/dashboard/dashboard.component.css index 2f6736bc961cf3..031b2e382fb898 100644 --- a/aio/content/examples/toh-pt6/src/app/dashboard/dashboard.component.css +++ b/aio/content/examples/toh-pt6/src/app/dashboard/dashboard.component.css @@ -11,8 +11,6 @@ a { text-decoration: none; } *, *::after, *::before { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } h3 { diff --git a/aio/content/examples/universal/src/app/dashboard/dashboard.component.css b/aio/content/examples/universal/src/app/dashboard/dashboard.component.css index 2f6736bc961cf3..031b2e382fb898 100644 --- a/aio/content/examples/universal/src/app/dashboard/dashboard.component.css +++ b/aio/content/examples/universal/src/app/dashboard/dashboard.component.css @@ -11,8 +11,6 @@ a { text-decoration: none; } *, *::after, *::before { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } h3 {