Vanessa 2025-07-09 11:26:53 +08:00
parent 2bbe0933b0
commit 7c2163316f

View file

@ -2,13 +2,11 @@
overflow-y: hidden; // https://github.com/siyuan-note/siyuan/issues/6706
&__wnd--active .layout-tab-bar .item--focus {
color: var(--b3-theme-on-background);
&::after {
background-color: var(--b3-theme-primary);
}
& > .item__text {
color: var(--b3-theme-on-background);
}
}
&__center {
@ -219,6 +217,7 @@
max-width: 186px;
flex-shrink: 0;
overflow: hidden;
color: var(--b3-theme-on-surface);
&--full {
max-width: none;
@ -229,7 +228,7 @@
}
}
&:hover:not(.item--focus):not(.item--readonly) .item__text {
&:hover:not(.item--focus):not(.item--readonly) {
color: var(--b3-theme-on-background);
}
@ -308,7 +307,6 @@
&__text {
text-align: center;
-webkit-font-smoothing: subpixel-antialiased;
color: var(--b3-theme-on-surface);
transition: var(--b3-transition);
padding: 0 8px;
white-space: nowrap;