Fix ripple corner radius for button card (#11780)

This commit is contained in:
Robin Wittebol 2022-02-23 06:18:20 +01:00 committed by GitHub
parent f633cc2b0d
commit 540c06c9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,7 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
box-sizing: border-box;
justify-content: center;
position: relative;
overflow: hidden;
}
ha-card:focus {