mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
2bbe0933b0
commit
7c2163316f
1 changed files with 4 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue