Merge pull request #3918 from meichthys/ribbon_more_obvious

Make active ribbon item more obvious
This commit is contained in:
zadam 2023-05-09 23:46:45 +02:00 committed by GitHub
commit 04524ae8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;