Fixed: unwanted borders on poll input fields when the compose field in focused
This commit is contained in:
parent
2a75958940
commit
ff3482951f
3 changed files with 12 additions and 0 deletions
|
|
@ -925,6 +925,10 @@ body.app-body {
|
|||
border-left: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compose-form .poll__option .autosuggest-input {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-body .compose-form .spoiler-input.spoiler-input--visible {
|
||||
margin-bottom: 0;
|
||||
height: auto;
|
||||
|
|
|
|||
|
|
@ -924,6 +924,10 @@ body.app-body {
|
|||
border-left: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compose-form .poll__option .autosuggest-input {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-body .compose-form .spoiler-input.spoiler-input--visible {
|
||||
margin-bottom: 0;
|
||||
height: auto;
|
||||
|
|
|
|||
|
|
@ -924,6 +924,10 @@ body.app-body {
|
|||
border-left: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compose-form .poll__option .autosuggest-input {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-body .compose-form .spoiler-input.spoiler-input--visible {
|
||||
margin-bottom: 0;
|
||||
height: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue