|  | 
| 156 | 156 |         overflow: hidden; | 
| 157 | 157 |     } | 
| 158 | 158 | 
 | 
| 159 |  | -    %vhelper-display { | 
| 160 |  | -        &::-webkit-scrollbar { | 
| 161 |  | -            background: rgba(text-contrast(map-get($this, 'content-background')), .12); | 
| 162 |  | - | 
| 163 |  | -            /* stylelint-disable selector-pseudo-class-no-unknown */ | 
| 164 |  | -            &:vertical { | 
| 165 |  | -                border-left: 1px solid rgba(text-contrast(map-get($this, 'content-background')), .08); | 
| 166 |  | -                border-right: 1px solid rgba(text-contrast(map-get($this, 'content-background')), .08); | 
| 167 |  | -            } | 
| 168 |  | - | 
| 169 |  | -            &:horizontal { | 
| 170 |  | -                border-top: 1px solid rgba(text-contrast(map-get($this, 'content-background')), .08); | 
| 171 |  | -                border-bottom: 1px solid rgba(text-contrast(map-get($this, 'content-background')), .08); | 
| 172 |  | -            } | 
| 173 |  | -            /* stylelint-enable */ | 
| 174 |  | -        } | 
| 175 |  | - | 
| 176 |  | -        &::-webkit-scrollbar-thumb { | 
| 177 |  | -            background: rgba(text-contrast(map-get($this, 'content-background')), .24); | 
| 178 |  | - | 
| 179 |  | -            &:hover { | 
| 180 |  | -                background: rgba(text-contrast(map-get($this, 'content-background')), .37); | 
| 181 |  | -            } | 
| 182 |  | -        } | 
| 183 |  | -    } | 
| 184 |  | - | 
| 185 | 159 |     %grid-caption { | 
| 186 | 160 |         display: flex; | 
| 187 | 161 |         align-items: center; | 
|  | 
| 258 | 232 |         background: map-get($this, 'content-background'); | 
| 259 | 233 |         color: map-get($this, 'content-text-color'); | 
| 260 | 234 |         overflow: hidden; | 
| 261 |  | -        will-change: transform; | 
| 262 | 235 |     } | 
| 263 | 236 | 
 | 
| 264 | 237 |     %grid-tbody--empty { | 
|  | 
| 272 | 245 |         flex-flow: row nowrap; | 
| 273 | 246 |         grid-row: 5; | 
| 274 | 247 |         width: 100%; | 
| 275 |  | -        background: map-get($this, 'content-background'); | 
|  | 248 | +        background: map-get($this, 'header-background'); | 
| 276 | 249 |     } | 
| 277 | 250 | 
 | 
| 278 | 251 |     %grid-scroll-start { | 
| 279 |  | -        border-right: map-get($cell-pin, 'style') map-get($cell-pin, 'color'); | 
|  | 252 | +        background: igx-color($palette, 'grays', 200); | 
| 280 | 253 |     } | 
| 281 | 254 | 
 | 
| 282 | 255 |     %grid-scroll-main { | 
|  | 
0 commit comments