This commit is contained in:
parent
c363753884
commit
81325e2b22
5 changed files with 33 additions and 10 deletions
|
@ -5,12 +5,7 @@
|
|||
margin-block: 0;
|
||||
position: relative;
|
||||
contain: content;
|
||||
|
||||
&:not(.expanded) {
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
&.toot {
|
||||
/* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */
|
||||
|
@ -100,6 +95,10 @@
|
|||
margin-right: var(--card-pad, 0);
|
||||
line-height: 1.5;
|
||||
|
||||
& * {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
& a {
|
||||
color: var(--tutu-color-primary-d);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue