docs: remove unused CSS rules (#40069)
Removed rules don't affect their component views. The reason - the templates don't contain elements to which that rules are applied. See https://angular.io/guide/view-encapsulation for more details PR Close #40069
This commit is contained in:
parent
91fb830c86
commit
b08fd0c18c
@ -4,17 +4,12 @@ h2 {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
margin: 2em;
|
|
||||||
}
|
|
||||||
body, input[text], button {
|
|
||||||
color: crimson;
|
|
||||||
font-family: Cambria, Georgia;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.clear {
|
button.clear {
|
||||||
font-family: Arial;
|
font-family: Arial, sans-serif;
|
||||||
|
color: #333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
margin-bottom: 12px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -23,12 +18,3 @@ button.clear {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-color: #cfd8dc;
|
background-color: #cfd8dc;
|
||||||
}
|
}
|
||||||
button:disabled {
|
|
||||||
background-color: #eee;
|
|
||||||
color: #aaa;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
button.clear {
|
|
||||||
color: #333;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
@ -4,17 +4,12 @@ h2 {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
margin: 2em;
|
|
||||||
}
|
|
||||||
body, input[text], button {
|
|
||||||
color: crimson;
|
|
||||||
font-family: Cambria, Georgia;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.clear {
|
button.clear {
|
||||||
font-family: Arial;
|
font-family: Arial, sans-serif;
|
||||||
|
color: #333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
margin-bottom: 12px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -23,12 +18,3 @@ button.clear {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-color: #cfd8dc;
|
background-color: #cfd8dc;
|
||||||
}
|
}
|
||||||
button:disabled {
|
|
||||||
background-color: #eee;
|
|
||||||
color: #aaa;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
button.clear {
|
|
||||||
color: #333;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
@ -4,17 +4,12 @@ h2 {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
margin: 2em;
|
|
||||||
}
|
|
||||||
body, input[text], button {
|
|
||||||
color: crimson;
|
|
||||||
font-family: Cambria, Georgia;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.clear {
|
button.clear {
|
||||||
font-family: Arial;
|
font-family: Arial, sans-serif;
|
||||||
|
color: #333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
margin-bottom: 12px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -23,12 +18,3 @@ button.clear {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-color: #cfd8dc;
|
background-color: #cfd8dc;
|
||||||
}
|
}
|
||||||
button:disabled {
|
|
||||||
background-color: #eee;
|
|
||||||
color: #aaa;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
button.clear {
|
|
||||||
color: #333;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
@ -4,17 +4,12 @@ h2 {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
margin: 2em;
|
|
||||||
}
|
|
||||||
body, input[text], button {
|
|
||||||
color: crimson;
|
|
||||||
font-family: Cambria, Georgia;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.clear {
|
button.clear {
|
||||||
font-family: Arial;
|
font-family: Arial, sans-serif;
|
||||||
|
color: #333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
margin-bottom: 12px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -23,12 +18,3 @@ button.clear {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-color: #cfd8dc;
|
background-color: #cfd8dc;
|
||||||
}
|
}
|
||||||
button:disabled {
|
|
||||||
background-color: #eee;
|
|
||||||
color: #aaa;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
button.clear {
|
|
||||||
color: #333;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user