Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
alerting
/
unified
/
styles
/
File Content:
table.ts
import { css } from '@emotion/css'; import { GrafanaTheme2 } from '@grafana/data'; export const getAlertTableStyles = (theme: GrafanaTheme2) => ({ table: css` width: 100%; border-radius: ${theme.shape.radius.default}; border: solid 1px ${theme.colors.border.weak}; background-color: ${theme.colors.background.secondary}; th { padding: ${theme.spacing(1)}; } td { padding: 0 ${theme.spacing(1)}; } tr { height: 38px; } `, evenRow: css` background-color: ${theme.colors.background.primary}; `, colExpand: css` width: 36px; `, nameCell: css` gap: ${theme.spacing(1)}; `, actionsCell: css` text-align: right; width: 1%; white-space: nowrap; & > * + * { margin-left: ${theme.spacing(0.5)}; } `, });
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
notifications.ts
463 bytes
0644
pagination.ts
279 bytes
0644
table.ts
816 bytes
0644
N4ST4R_ID | Naxtarrr