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`
|
css`
|
||||||
#microphone-button {
|
#microphone-button {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
direction: var(--direction);
|
|
||||||
}
|
}
|
||||||
#microphone-button[active] {
|
#microphone-button[active] {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
@ -583,6 +582,9 @@ export class HaVoiceCommandDialog extends LitElement {
|
|||||||
.move-end {
|
.move-end {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: -24px;
|
right: -24px;
|
||||||
|
inset-inline-end: -24px;
|
||||||
|
inset-inline-start: initial;
|
||||||
|
direction: var(--direction);
|
||||||
}
|
}
|
||||||
simple-tooltip {
|
simple-tooltip {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user