fix #35: the actions don't update the status
All checks were successful
/ depoly (push) Successful in 1m18s
All checks were successful
/ depoly (push) Successful in 1m18s
This commit is contained in:
parent
17e738e21a
commit
29eaf1a02b
5 changed files with 114 additions and 96 deletions
|
@ -5,8 +5,12 @@
|
|||
margin-block: 0;
|
||||
position: relative;
|
||||
contain: content;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:not(.expanded) {
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
&.toot {
|
||||
/* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue