mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +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-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 {
|
||||
|
|
Loading…
Reference in a new issue