Make active ribbon item more obvious

This commit is contained in:
MeIchthys
2023-05-09 16:29:04 -04:00
committed by GitHub
parent 5676ff9b2e
commit 46ed61d38a

View File

@@ -39,7 +39,7 @@ const TPL = `
.ribbon-tab-title.active {
color: var(--main-text-color);
border-bottom: 1px solid var(--main-text-color);
border-bottom: 3px solid var(--main-text-color);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;