mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
Merge pull request #37 from resin-io/jviotti/fix/24/button-outline
all: Fix button outline on focus
This commit is contained in:
commit
ff10d8a70e
@ -17,6 +17,15 @@
|
|||||||
|
|
||||||
position: relative;
|
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>
|
</style>
|
||||||
|
|
||||||
<button type="button" class="btn" disabled="{{disabled}}">
|
<button type="button" class="btn" disabled="{{disabled}}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user