mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/PageNavTab: add a border to inactive tab icon
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
2197d9411e
commit
903998913f
@ -77,6 +77,7 @@
|
||||
|
||||
.subnav-tab:not(.active) .tab-icon {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
}
|
||||
|
||||
:global([data-theme="dark"]) .subnav-tab:not(.active) .tab-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user