mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/PageNavTab: flip the chevron in rtl layout
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user