mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00: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…
Reference in a new issue