This commit is contained in:
Vanessa 2023-04-21 09:51:04 +08:00
parent 685b7e1383
commit 49327bf274
9 changed files with 39 additions and 40 deletions

View file

@ -137,8 +137,8 @@
height: 42px;
flex-shrink: 0;
&--border {
background-color: var(--b3-theme-surface);
&--menu {
background-color: var(--b3-menu-background);
}
&:hover .block__icon:not([disabled]) {

View file

@ -7,6 +7,8 @@
&--row {
flex-direction: row;
border-top: 1px solid var(--b3-theme-surface-lighter);
border-bottom: 1px solid var(--b3-theme-surface-lighter);
.search__preview {
border-top: 0;
@ -98,12 +100,6 @@
border-top: 1px solid var(--b3-theme-surface-lighter);
}
&__result {
white-space: nowrap;
margin-left: 5px;
line-height: 24px;
}
&__drag {
cursor: row-resize;
width: 100%;

View file

@ -54,6 +54,10 @@
font-size: 12px;
}
&--mid {
padding: 2px 8px;
}
&--text,
&--cancel {
color: var(--b3-theme-primary);

View file

@ -628,7 +628,7 @@
border-radius: 4px;
box-shadow: var(--b3-dialog-shadow);
border: 1px solid var(--b3-theme-surface-lighter);
background-color: var(--b3-menu-background);
background-color: var(--b3-theme-surface);
z-index: 304;
padding: 4px;
}

View file

@ -624,7 +624,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
padding: 8px;
box-shadow: var(--b3-dialog-shadow);
border: 1px solid var(--b3-theme-surface-lighter);
background-color: var(--b3-menu-background);
background-color: var(--b3-theme-surface);
border-radius: 4px;
width: 520px;
position: absolute;