|
1000 | 1000 | position: fixed; |
1001 | 1001 | overflow: visible; |
1002 | 1002 | scrollbar-width: none; |
| 1003 | + --columns-range-pink-border-color: rgba(253, 54, 110, 0.24); |
1003 | 1004 |
|
1004 | 1005 | &.custom-columns { |
1005 | 1006 | width: unset; |
|
1009 | 1010 | display: none; |
1010 | 1011 | } |
1011 | 1012 |
|
1012 | | - &:not(:has(.columns-range-overlay.thinking)) { |
| 1013 | + &:has(.columns-range-overlay) { |
1013 | 1014 | & |
1014 | 1015 | :global( |
1015 | 1016 | [role='cell']:has(.column-resizer-disabled):not([data-column-id^='$']):not( |
1016 | 1017 | [data-column-id='actions'] |
1017 | 1018 | ) |
1018 | 1019 | ) { |
1019 | | - box-shadow: 0 -1px 0 0 rgba(253, 54, 110, 0.24) inset !important; |
| 1020 | + box-shadow: 0 -1px 0 0 var(--columns-range-pink-border-color) inset !important; |
1020 | 1021 | transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); |
1021 | 1022 | } |
1022 | 1023 |
|
1023 | 1024 | & :global([role='cell']:not([data-column-id='actions']) .column-resizer-disabled) { |
1024 | | - border-left: var(--border-width-s, 1px) solid rgba(253, 54, 110, 0.24) !important; |
| 1025 | + border-left: var(--border-width-s, 1px) solid var(--columns-range-pink-border-color) !important; |
1025 | 1026 | transition: border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); |
1026 | 1027 | } |
1027 | 1028 | } |
|
1071 | 1072 | background: linear-gradient( |
1072 | 1073 | 90deg, |
1073 | 1074 | transparent, |
1074 | | - rgba(255, 255, 255, 0.08), |
| 1075 | + rgba(255, 255, 255, 0.8), |
1075 | 1076 | transparent |
1076 | 1077 | ); |
1077 | 1078 | animation: inner-shimmer 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; |
|
1156 | 1157 | background: linear-gradient( |
1157 | 1158 | 180deg, |
1158 | 1159 | rgba(255, 255, 255, 0) 0%, |
1159 | | - rgba(255, 255, 255, 0.855) 21%, |
| 1160 | + rgba(255, 255, 255, 0.86) 32.25%, |
1160 | 1161 | #fff 100% |
1161 | 1162 | ); |
1162 | 1163 | z-index: 20; /* under overlay */ |
|
1170 | 1171 | :global(.theme-dark) .spreadsheet-fade-bottom { |
1171 | 1172 | background: linear-gradient( |
1172 | 1173 | 180deg, |
1173 | | - rgba(25, 25, 28, 0.38) 13%, |
1174 | | - rgba(25, 25, 28, 0.7) 21%, |
1175 | | - rgba(25, 25, 28, 0.95) 38%, |
1176 | | - var(--bgcolor-neutral-default, #19191c) 100% |
| 1174 | + rgba(29, 29, 33, 0) 0%, |
| 1175 | + rgba(29, 29, 33, 0.86) 21%, |
| 1176 | + #1d1d21 100% |
1177 | 1177 | ); |
1178 | 1178 | } |
1179 | 1179 |
|
|
1194 | 1194 | } |
1195 | 1195 | } |
1196 | 1196 |
|
| 1197 | + :global(.theme-dark) .spreadsheet-container-outer { |
| 1198 | + --columns-range-pink-border-color: rgba(253, 54, 110, 0.12) !important; |
| 1199 | + } |
| 1200 | +
|
1197 | 1201 | :global(.theme-dark) .columns-range-overlay.thinking { |
1198 | 1202 | &::before { |
1199 | 1203 | background: linear-gradient( |
|
0 commit comments