Skip to content

Commit

Permalink
docs: remove unused CSS rule (#40080)
Browse files Browse the repository at this point in the history
Removed rule don't affect their component views.
The reason - the templates don't contain elements to which that rule is applied.
See https://angular.io/guide/view-encapsulation for more details

PR Close #40080
  • Loading branch information
AlexElin authored and alxhub committed Dec 14, 2020
1 parent 1176b61 commit 142c965
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions aio/content/examples/toh-pt5/src/app/app.component.css
Expand Up @@ -3,11 +3,6 @@ h1 {
font-size: 1.2em;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;
Expand Down
5 changes: 0 additions & 5 deletions aio/content/examples/toh-pt6/src/app/app.component.css
Expand Up @@ -3,11 +3,6 @@ h1 {
font-size: 1.2em;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;
Expand Down
5 changes: 0 additions & 5 deletions aio/content/examples/universal/src/app/app.component.css
Expand Up @@ -3,11 +3,6 @@ h1 {
font-size: 1.2em;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;
Expand Down

0 comments on commit 142c965

Please sign in to comment.