mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
all: Fix button outline on focus
Fixes: https://github.com/resin-io/herostratus/issues/24
This commit is contained in:
parent
146256be28
commit
65fa720666
@ -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}}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user