mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Table: Fix issue with table border not showing with colored background cells (#34231)
This commit is contained in:
@@ -25,6 +25,7 @@ export const getTableStyles = (theme: GrafanaTheme2) => {
|
||||
|
||||
${color ? `color: ${color};` : ''};
|
||||
${background ? `background: ${background};` : ''};
|
||||
background-clip: padding-box;
|
||||
|
||||
&:last-child:not(:only-child) {
|
||||
border-right: none;
|
||||
|
||||
Reference in New Issue
Block a user