8000 docs: remove -webkit-box-sizing and -moz-box-sizing (#40039) · angular/angular@76e3de2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76e3de2

Browse files
AlexElinalxhub
authored andcommitted
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
1 parent 1f73af7 commit 76e3de2

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

aio/content/examples/testing/src/app/dashboard/dashboard.component.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
float: left;
33
}
44
*, *::after, *::before {
5-
-webkit-box-sizing: border-box;
6-
-moz-box-sizing: border-box;
75
box-sizing: border-box;
86
}
97
h3 {

aio/content/examples/toh-pt5/src/app/dashboard/dashboard.component.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ a {
1111
text-decoration: none;
1212
}
1313
*, *::after, *::before {
14-
-webkit-box-sizing: border-box;
15-
-moz-box-sizing: border-box;
1614
box-sizing: border-box;
1715
}
1816
h3 {

aio/content/examples/toh-pt6/src/app/dashboard/dashboard.component.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ a {
1111
text-decoration: none;
1212
}
1313
*, *::after, *::before {
14-
-webkit-box-sizing: border-box;
15-
-moz-box-sizing: border-box;
1614
box-sizing: border-box;
1715
}
1816
h3 {

aio/content/examples/universal/src/app/dashboard/dashboard.component.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ a {
1111
text-decoration: none;
1212
}
1313
*, *::after, *::before {
14-
-webkit-box-sizing: border-box;
15-
-moz-box-sizing: border-box;
1614
box-sizing: border-box;
1715
}
1816
h3 {

0 commit comments

Comments
 (0)
0