diff --git a/core-icon.css b/core-icon.css index 9839a34..168a5b5 100644 --- a/core-icon.css +++ b/core-icon.css @@ -10,16 +10,7 @@ html /deep/ core-icon { vertical-align: middle; background-repeat: no-repeat; fill: currentcolor; -} - -html /deep/ core-icon[size=""] { position: relative; -} - -html /deep/ core-icon[size=""] > svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} + height: 24px; + width: 24px; +} \ No newline at end of file diff --git a/core-icon.html b/core-icon.html index cdaebb6..41e8660 100644 --- a/core-icon.html +++ b/core-icon.html @@ -8,7 +8,7 @@ -->