Fix/messed up long polls
This commit is contained in:
parent
752ee9d70c
commit
44a03922e6
2 changed files with 10 additions and 4 deletions
|
@ -200,6 +200,7 @@ input, textarea, .select {
|
|||
}
|
||||
}
|
||||
+ label::before {
|
||||
flex-shrink: 0;
|
||||
display: inline-block;
|
||||
content: '';
|
||||
transition: box-shadow 200ms;
|
||||
|
@ -236,6 +237,7 @@ input, textarea, .select {
|
|||
}
|
||||
}
|
||||
+ label::before {
|
||||
flex-shrink: 0;
|
||||
display: inline-block;
|
||||
content: '✔';
|
||||
transition: color 200ms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue