web/PageNavTab: flip the chevron in rtl layout
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

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;
}
.subnav-tab-chevron:dir(rtl) {
transform: scale(-1, 1);
}
@media (hover: hover) {
.subnav-tab:hover {
background: var(--button-hover-transparent);