update components

This commit is contained in:
Luke Pulverenti 2016-07-30 13:51:57 -04:00
parent 0d9c8e71fe
commit d3bcb6ac63
6 changed files with 19 additions and 15 deletions

View file

@ -73,6 +73,10 @@ style this element.
:host {
display: block;
}
:host([focused]) {
outline: none;
}
:host([hidden]) {
display: none !important;