all: Fix button outline on focus

Fixes: https://github.com/resin-io/herostratus/issues/24
This commit is contained in:
Juan Cruz Viotti 2015-11-19 13:52:32 -04:00
parent 146256be28
commit 65fa720666

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}}">