web/PageNavTab: add a border to inactive tab icon

This commit is contained in:
wukko 2025-03-13 18:54:33 +06:00
parent 2197d9411e
commit 903998913f
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -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 {