Просмотр исходного кода

Fix sticky table header transparency with backdrop-filter blur in dark mode (#23999)

tags/1.8.0
lyzno1 2 месяцев назад
Родитель
Сommit
9755564a05
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      web/app/components/datasets/hit-testing/index.tsx

+ 1
- 1
web/app/components/datasets/hit-testing/index.tsx Просмотреть файл

<> <>
<div className='grow overflow-y-auto'> <div className='grow overflow-y-auto'>
<table className={'w-full border-collapse border-0 text-[13px] leading-4 text-text-secondary '}> <table className={'w-full border-collapse border-0 text-[13px] leading-4 text-text-secondary '}>
<thead className='sticky top-0 h-7 text-xs font-medium uppercase leading-7 text-text-tertiary'>
<thead className='sticky top-0 h-7 text-xs font-medium uppercase leading-7 text-text-tertiary backdrop-blur-[5px]'>
<tr> <tr>
<td className='w-[128px] rounded-l-lg bg-background-section-burn pl-3'>{t('datasetHitTesting.table.header.source')}</td> <td className='w-[128px] rounded-l-lg bg-background-section-burn pl-3'>{t('datasetHitTesting.table.header.source')}</td>
<td className='bg-background-section-burn'>{t('datasetHitTesting.table.header.text')}</td> <td className='bg-background-section-burn'>{t('datasetHitTesting.table.header.text')}</td>

Загрузка…
Отмена
Сохранить