web/PageNavTab: fix cursor appearance

This commit is contained in:
wukko 2024-09-22 15:15:19 +06:00
parent a7b61dd24c
commit a5c704c5f0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -47,6 +47,8 @@
text-decoration: none;
text-decoration-line: none;
cursor: pointer;
}
.subnav-tab-left {
@ -93,6 +95,7 @@
.subnav-tab.active {
background: var(--secondary);
color: var(--primary);
cursor: default;
}
.subnav-tab-text {