Merge pull request #37 from resin-io/jviotti/fix/24/button-outline

all: Fix button outline on focus
This commit is contained in:
Juan Cruz Viotti 2015-11-19 14:16:28 -04:00
commit ff10d8a70e

View File

@ -17,6 +17,15 @@
position: relative;
}
/*
* Remove blue/orange outline
* !important is needed here for some reason
* despite the rule having top precedence.
*/
:host ::content button.btn:focus {
outline: none !important;
}
</style>
<button type="button" class="btn" disabled="{{disabled}}">