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

View File

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