From 76e3de253cdfa19cc70a6a64560d0b232fce6a21 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 a10f7e0211..0d4eebcdff 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 7ce1157b01..e34841c08b 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 2f6736bc96..031b2e382f 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 2f6736bc96..031b2e382f 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 {