mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Fix android tap highlight border radius (#27382)
This commit is contained in:
@@ -41,8 +41,7 @@ export class HaButton extends Button {
|
|||||||
return [
|
return [
|
||||||
Button.styles,
|
Button.styles,
|
||||||
css`
|
css`
|
||||||
.button {
|
:host {
|
||||||
/* set theme vars */
|
|
||||||
--wa-form-control-padding-inline: 16px;
|
--wa-form-control-padding-inline: 16px;
|
||||||
--wa-font-weight-action: var(--ha-font-weight-medium);
|
--wa-font-weight-action: var(--ha-font-weight-medium);
|
||||||
--wa-form-control-border-radius: var(
|
--wa-form-control-border-radius: var(
|
||||||
@@ -54,7 +53,8 @@ export class HaButton extends Button {
|
|||||||
--ha-button-height,
|
--ha-button-height,
|
||||||
var(--button-height, 40px)
|
var(--button-height, 40px)
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
.button {
|
||||||
font-size: var(--ha-font-size-m);
|
font-size: var(--ha-font-size-m);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user