mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
rtl
This commit is contained in:
parent
0e071a8b7e
commit
728b16918b
@ -575,7 +575,6 @@ export class HaVoiceCommandDialog extends LitElement {
|
||||
css`
|
||||
#microphone-button {
|
||||
color: var(--secondary-text-color);
|
||||
direction: var(--direction);
|
||||
}
|
||||
#microphone-button[active] {
|
||||
color: var(--primary-color);
|
||||
@ -583,6 +582,9 @@ export class HaVoiceCommandDialog extends LitElement {
|
||||
.move-end {
|
||||
position: relative;
|
||||
right: -24px;
|
||||
inset-inline-end: -24px;
|
||||
inset-inline-start: initial;
|
||||
direction: var(--direction);
|
||||
}
|
||||
simple-tooltip {
|
||||
top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user