mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
web/PageNavTab: fix cursor appearance
This commit is contained in:
parent
a7b61dd24c
commit
a5c704c5f0
@ -47,6 +47,8 @@
|
|||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-decoration-line: none;
|
text-decoration-line: none;
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subnav-tab-left {
|
.subnav-tab-left {
|
||||||
@ -93,6 +95,7 @@
|
|||||||
.subnav-tab.active {
|
.subnav-tab.active {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subnav-tab-text {
|
.subnav-tab-text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user