From 42ae5c7f39a5688767973f93f6530251875e112b Mon Sep 17 00:00:00 2001 From: Nathan Mittelette Date: Thu, 30 Dec 2021 13:32:59 +0100 Subject: [PATCH] #272 fix ios search bar --- .../vmd-commune-or-departement-selector.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/vmd-commune-or-departement-selector.component.scss b/src/components/vmd-commune-or-departement-selector.component.scss index 862ea6af6..fcdb91aba 100644 --- a/src/components/vmd-commune-or-departement-selector.component.scss +++ b/src/components/vmd-commune-or-departement-selector.component.scss @@ -90,6 +90,7 @@ label, -webkit-appearance: none; appearance: none; outline: none; + background-color: -webkit-control-background; &:focus { box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color; @@ -181,4 +182,4 @@ label, .label-for-search { cursor: pointer; -} \ No newline at end of file +}