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
This commit is contained in:
Alexey Elin 2020-12-09 12:46:26 +03:00 committed by Alex Rickabaugh
parent 1f73af77a7
commit 76e3de253c
4 changed files with 0 additions and 8 deletions

View File

@ -2,8 +2,6 @@
float: left; float: left;
} }
*, *::after, *::before { *, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
h3 { h3 {

View File

@ -11,8 +11,6 @@ a {
text-decoration: none; text-decoration: none;
} }
*, *::after, *::before { *, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
h3 { h3 {

View File

@ -11,8 +11,6 @@ a {
text-decoration: none; text-decoration: none;
} }
*, *::after, *::before { *, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
h3 { h3 {

View File

@ -11,8 +11,6 @@ a {
text-decoration: none; text-decoration: none;
} }
*, *::after, *::before { *, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
h3 { h3 {