Skip to content

Instantly share code, notes, and snippets.

@andrewbowley
Last active February 20, 2021 02:14
Show Gist options
  • Save andrewbowley/ef80de97254b022a83b9a8c16c78a839 to your computer and use it in GitHub Desktop.
Save andrewbowley/ef80de97254b022a83b9a8c16c78a839 to your computer and use it in GitHub Desktop.
Roam Research Delegate Tasks
span.rm-page-ref[data-tag="Delegated"] {
background: #CECECE !important;
color: #555555 !important;
padding: 2px 0px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
border-radius: 3px 0 0 3px;
position:relative;
}
span.rm-page-ref[data-tag="Delegated"] + span[data-link-title] {
background: #E3E3E3 !important;
color: #9E9E9E !important;
padding: 2px 5px 2px 15px;
font-size: 13px;
line-height: 1em;
font-weight: 400;
border-radius: 0 3px 3px 0;
margin-left: -5px;
}
span.rm-page-ref[data-tag="Delegated"]:after, span.rm-page-ref[data-tag="Delegated"]:before {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
span.rm-page-ref[data-tag="Delegated"]:after {
border-color: rgba(136, 183, 213, 0);
border-left-color: #CECECE;
border-width: 10px;
margin-top: -10px;
}
span.rm-page-ref[data-tag="Delegated"]:before {
border-color: rgba(194, 225, 245, 0);
border-left-color: #FFFFFF;
border-width: 12px;
margin-top: -12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment