mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Eliminate the need to write :host ::content instead of just ::content, while keeping the same processing under the hood
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:host ::content .add3 {
|
||||
::content .add3 {
|
||||
box-sizing: border-box;
|
||||
height: 20px;
|
||||
background: #333;
|
||||
@@ -240,7 +240,7 @@
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
:host ::content .add2 {
|
||||
::content .add2 {
|
||||
box-sizing: border-box;
|
||||
height: 20px;
|
||||
background: gray;
|
||||
@@ -281,7 +281,7 @@
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
:host ::content .add1 {
|
||||
::content .add1 {
|
||||
box-sizing: border-box;
|
||||
height: 20px;
|
||||
background: lightgray;
|
||||
|
||||
Reference in New Issue
Block a user