Skip to content

Instantly share code, notes, and snippets.

@mdroidian
Created February 28, 2024 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdroidian/946ca13a778e6ff34f765317cdfd444f to your computer and use it in GitHub Desktop.
Save mdroidian/946ca13a778e6ff34f765317cdfd444f to your computer and use it in GitHub Desktop.
[[πŸ“Š Dashboard]] table
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table td,
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table td
{
border-right: none;
border-left: none;
border-top: none;
}
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table tr,
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table tr
{
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
}
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table table,
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table table
{
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #e2e8f0;
}
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table table th,
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table table td,
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table table th,
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table table td
{
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table table tr:nth-child(2),
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table table tr:nth-child(2)
{
text-transform: capitalize;
color: #4a5568;
font-weight: bold;
}
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table table tbody tr:nth-child(even),
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table table tbody tr:nth-child(even)
{
background-color: #f7f8f9;
}
div[data-page-title="πŸ“Š Dashboard"] .rm-table .roam-table table:hover,
div[data-page-title="Open sourcing scientific research with results graphs"] .rm-table .roam-table table:hover
{
cursor: auto;
}
/* `[[πŸ“Š Dashboard]]` table */
/* turn of alias clicks for this specific table */
div[id*="RW-hw1Dg7"] {
pointer-events: none;
}
/* turn back on on for third row */
table tr td:nth-child(3) span {
pointer-events:auto
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment