Fix missing background color in GroupFilterPanel

pull/21833/head
Dariusz Niemczyk 2021-08-18 13:56:19 +02:00
parent b5178a3ffd
commit e83722e9d9
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
1 changed files with 7 additions and 0 deletions

View File

@ -14,7 +14,14 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MatrixChat--with-avatar {
.mx_GroupFilterPanel {
background-color: transparent;
}
}
.mx_GroupFilterPanel {
background-color: $groupFilterPanel-bg-color;
flex: 1;
cursor: pointer;
position: relative;