filamentphp/filament

Grid table border on hover/select in dark mode

已关闭

#7,784 创建于 2023年8月15日

 (1 条评论) (0 个反应) (1 位负责人)PHP (4,162 个派生)batch import
bughelp wantedlow priorityneeds more infoui

仓库指标

星标
 (30,736 个星标)
PR 合并指标
 (平均合并 3天 15小时) (30 天内合并 55 个 PR)

描述

Package

filament/tables

Package Version

v3.0.19

Laravel Version

v10.18.0

Livewire Version

v3.0.0-beta.7

PHP Version

PHP 8.2

Problem description

Just a follow up. PR #7636 introduced a slight difference between classic tables and grid tables hover/select appearance in dark mode.

before

after

Expected behavior

Both "tables" should look the same.

Steps to reproduce

  • Install Filament v3.0.18
  • Create a table with and without Grid Layout (e.g. Stack/Split columns)
  • Upgrade to Filament v3.0.19 (which includes the mentioned PR).

Reproduction repository

https://github.com/ajnsn/filament-demo-borders

Relevant log output

No response

贡献者指南