mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-13 17:00:12 +00:00
web/PageNavTab: flip the chevron in rtl layout
This commit is contained in:
parent
e93aa54e2f
commit
5be8789576
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue