Remove page numbering from navigation and page links
Magent CI/CD / verify (push) Successful in 10m28s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 1m0s

This commit is contained in:
2026-09-08 16:36:38 +12:00
parent e7e4c9eff3
commit 437836243c
7 changed files with 15 additions and 23 deletions
-7
View File
@@ -242,11 +242,6 @@ a {
box-shadow: none;
}
.header-actions a span {
color: var(--ops-cyan);
font-size: 0.68rem;
}
.header-actions a:hover,
.header-actions a.is-active {
border-color: rgba(126, 215, 255, 0.22);
@@ -2861,14 +2856,12 @@ textarea {
font-family: "JetBrains Mono", Consolas, monospace;
font-size: 0.76rem;
}
.header-actions a span { color: var(--ops-faint); font-size: 0.68rem; }
.header-actions a:hover,
.header-actions a.is-active {
border-color: var(--ops-primary-2);
background: transparent;
color: var(--ops-primary-2);
}
.header-actions a.is-active span { color: var(--ops-primary-2); }
.user-view-toggle {
min-height: 32px;
border-color: var(--ops-line);