mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Totally hide input above its container
This commit is contained in:
@@ -159,7 +159,10 @@
|
||||
}
|
||||
|
||||
> input {
|
||||
background-color: $lighter-grey;
|
||||
// Totally hide the input from its container
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
width: calc(100% - 30px); // 30px is the width of the search icon + padding
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
||||
Reference in New Issue
Block a user