Changed workflows rendering again
This commit is contained in:
@@ -65,17 +65,6 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 0.875em;
|
||||
padding: 0.25em 0.5em;
|
||||
border: 1px solid var(--border-color, currentColor);
|
||||
color: var(--color, currentColor);
|
||||
background-color: var(--background-color, transparent);
|
||||
border-radius: 1em / 0.5em;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
table {
|
||||
/* TODO: maybe extract into a separate file */
|
||||
details.dropdown {
|
||||
@@ -104,12 +93,3 @@ a[target=_blank]::after {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.mask-icon {
|
||||
display: inline-block;
|
||||
height: 1lh;
|
||||
width: 1lh;
|
||||
background-color: var(--icon-color, black);
|
||||
mask-image: var(--icon, url("mingcute/task_line.svg"));
|
||||
mask-size: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user