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
@@ -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;