For the time being the following workaround can be used:
CSS:
<style>
.RadButton.RadButton_Metro.rbSkinnedButton:focus input.rbDecorated {
background-color: #25A0DA !important;
}
</style>
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="Metro"></telerik:RadSkinManager>
<telerik:RadTextBox ID="RadTextBox1" runat="server"></telerik:RadTextBox>
<telerik:RadButton ID="RadButton1" runat="server" Text="click" />
This doesn't work unless your button is set to the default height. If the RadButton Height="30px" for instance, this doesn't work.