Highlight focus on show/hide password toggle (#13997)

This commit is contained in:
karliemeads 2022-10-05 09:01:43 -04:00 committed by GitHub
parent 83a4fd6c1b
commit aaeca323d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,13 +98,13 @@ export class HaTextSelector extends LitElement {
}
ha-icon-button {
position: absolute;
top: 16px;
right: 16px;
--mdc-icon-button-size: 24px;
top: 10px;
right: 10px;
--mdc-icon-button-size: 36px;
--mdc-icon-size: 20px;
color: var(--secondary-text-color);
inset-inline-start: initial;
inset-inline-end: 16px;
inset-inline-end: 10px;
direction: var(--direction);
}
`;