web/PageNavTab: flip the chevron in rtl layout

This commit is contained in:
wukko 2024-11-25 12:24:09 +06:00
parent e93aa54e2f
commit 5be8789576
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -83,6 +83,10 @@
width: 18px; width: 18px;
} }
.subnav-tab-chevron:dir(rtl) {
transform: scale(-1, 1);
}
@media (hover: hover) { @media (hover: hover) {
.subnav-tab:hover { .subnav-tab:hover {
background: var(--button-hover-transparent); background: var(--button-hover-transparent);