mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/PageNavTab: fix cursor appearance
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user