fix post status form input

This commit is contained in:
Henry Jameson 2024-02-13 02:31:11 +02:00
parent c16f1d4e35
commit c531391e87
1 changed files with 2 additions and 1 deletions

View File

@ -146,7 +146,8 @@
flex: 1 0 auto;
color: inherit;
padding: 0;
background: none;
// stylint-disable-next-line declaration-no-important
background: none !important;
box-shadow: none;
border: none;
outline: none;