Table: Fix issue with table border not showing with colored background cells (#34231)

This commit is contained in:
Torkel Ödegaard 2021-05-18 12:23:17 +02:00 committed by GitHub
parent a40aef0822
commit c2ee2f10a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ export const getTableStyles = (theme: GrafanaTheme2) => {
${color ? `color: ${color};` : ''}; ${color ? `color: ${color};` : ''};
${background ? `background: ${background};` : ''}; ${background ? `background: ${background};` : ''};
background-clip: padding-box;
&:last-child:not(:only-child) { &:last-child:not(:only-child) {
border-right: none; border-right: none;