Set filter cell input background to transparent (#15321)

This commit is contained in:
Luke Heath 2023-11-27 14:36:00 -06:00 committed by GitHub
parent b2568ad475
commit 557b53e5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
height: 40px;
width: 100%;
font-size: $x-small;
background-color: $ui-off-white;
background-color: transparent;
border: 1px solid $ui-fleet-black-10;
border-radius: 4px;
padding: 4px;