mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Fix issue with table border not showing with colored background cells (#34231)
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user