Fix CW icon being on wrong side in app settings in RTL languages (#2324)
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>pull/2327/head
parent
944c29033d
commit
51311c1978
|
@ -70,6 +70,7 @@
|
||||||
.text-icon-button {
|
.text-icon-button {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
transition: unset;
|
transition: unset;
|
||||||
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue