mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Highlight focus on show/hide password toggle (#13997)
This commit is contained in:
parent
83a4fd6c1b
commit
aaeca323d4
@ -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);
|
||||
}
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user