Make entire thread panel tile clickable (#7371)
This commit is contained in:
parent
2330292c24
commit
f87b5ee996
2 changed files with 12 additions and 2 deletions
|
@ -776,6 +776,17 @@ $left-gutter: 64px;
|
|||
background-color: $quinary-content;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
/* enough to cover all sibling elements */
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&::after {
|
||||
content: unset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue