Skip to content
Snippets Groups Projects
Commit 95be29ff authored by Stew West's avatar Stew West
Browse files

Resolve #3423077 "News listing view"

parent defe68dc
No related branches found
No related tags found
1 merge request!8Resolve #3423077 "News listing view"
.list-item .node__content>.field-group-link{display:block}.list-item .node__content>.field-group-link > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.list-item .node__content>.field-group-link:hover .title,.list-item .node__content>.field-group-link:hover::after,.list-item .node__content>.field-group-link:focus-visible .title,.list-item .node__content>.field-group-link:focus-visible::after{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}.list-item .node__content>.field-group-link[data-link-label]::after{content:attr(data-link-label) " " "»";margin-top:0.5rem;display:inline-block;font-size:1.125rem;line-height:1.75rem;font-weight:500}.list-item .node__content:not(:has(>.field-group-link)) > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
\ No newline at end of file
.list-item .node__content>.field-group-link{display:block}.list-item .node__content>.field-group-link > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.list-item .node__content>.field-group-link:hover .title,.list-item .node__content>.field-group-link:hover::after,.list-item .node__content>.field-group-link:focus-visible .title,.list-item .node__content>.field-group-link:focus-visible::after{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}.list-item .node__content>.field-group-link[data-link-label]::after{content:attr(data-link-label) " " "»";margin-top:0.5rem;display:inline-block;font-size:1.125rem;line-height:1.75rem;font-weight:500}.list-item .node__content:not(:has(>.field-group-link)) > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.list-item .node__content:not(:has(>.field-group-link)) .title:hover,.list-item .node__content:not(:has(>.field-group-link)) .title:focus-visible{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}.list-item .node__content:not(:has(>.field-group-link)) .field--type-entity-reference:hover,.list-item .node__content:not(:has(>.field-group-link)) .field--type-entity-reference:focus-visible{--tw-bg-opacity:1;background-color:rgb(7 89 133 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
......@@ -17,5 +17,17 @@
&:not(:has(> .field-group-link)) {
@apply space-y-2;
.title {
&:hover, &:focus-visible {
@apply text-sky-600;
}
}
.field--type-entity-reference {
&:hover, &:focus-visible {
@apply bg-sky-800 text-white;
}
}
}
}
\ No newline at end of file
}
.list-item .node__content>.field-group-link{display:block}.list-item .node__content>.field-group-link > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.list-item .node__content>.field-group-link:hover .title,.list-item .node__content>.field-group-link:hover::after,.list-item .node__content>.field-group-link:focus-visible .title,.list-item .node__content>.field-group-link:focus-visible::after{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}.list-item .node__content>.field-group-link[data-link-label]::after{content:attr(data-link-label) " " "»";margin-top:0.5rem;display:inline-block;font-size:1.125rem;line-height:1.75rem;font-weight:500}.list-item .node__content:not(:has(>.field-group-link)) > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
\ No newline at end of file
......@@ -17,5 +17,17 @@
&:not(:has(> .field-group-link)) {
@apply space-y-2;
.title {
&:hover, &:focus-visible {
@apply text-sky-600;
}
}
.field--type-entity-reference {
&:hover, &:focus-visible {
@apply bg-sky-800 text-white;
}
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment